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-04 11:55:21
- 评测时间
- 2021-02-04 11:55:21
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes