Compile Error
foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME> #include ^ foo.cc:5:7: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] main () ^ foo.cc: In function 'int main()': foo.cc:13:1: error: expected primary-expression before 'if' if (x>y) ^~ foo.cc:13:1: error: expected ')' before 'if' foo.cc:17:1: error: 'cout' was not declared in this scope cout ^~~~ foo.cc:17:1: error: expected '}' at end of input
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1249 最聪明的机器人
- 语言
- C++
- 递交时间
- 2021-10-23 22:13:15
- 评测时间
- 2021-10-23 22:13:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes