记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:21: error: 'GetBig' was not declared in this scope
   int big  =GetBig(n); 
                     ^
/in/foo.cc:10:23: error: 'GetSmall' was not declared in this scope
   int small=GetSmall(n);  
                       ^
/in/foo.cc: In function 'int GetBig(int)':
/in/foo.cc:25:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1193 黑洞数
语言
C++
递交时间
2021-02-09 19:48:27
评测时间
2021-02-09 19:48:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes