Compile Error
foo.cc:3:30: error: '::main' must return 'int' using namespace std;int main(){int a, b, c;cin >> a >> b >> c;if(a + b > c) cout << "Yes"; else cout << "No"; return 0;} ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 A+B and C (32bit)
- 语言
- C++
- 递交时间
- 2021-10-22 20:35:51
- 评测时间
- 2021-10-22 20:35:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes