Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:18:2: error: 'cin' was not declared in this scope cin >> n; ^~~ /in/foo.cc:18:2: note: suggested alternative: 'main' cin >> n; ^~~ main /in/foo.cc:39:3: error: 'cout' was not declared in this scope cout << "Win"; ^~~~ /in/foo.cc:41:3: error: 'cout' was not declared in this scope cout << "Lost"; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 2 取最大数的博弈游戏
- 比赛
- 小兰赛 2018/12/2
- 语言
- C++
- 递交时间
- 2018-12-02 10:32:24
- 评测时间
- 2018-12-02 10:32:24
- 评测机
- 分数
- 0
- 总耗时
- 10ms
- 峰值内存
- 2.918 MiB