Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:16: error: expected primary-expression before '>>' token
9 | cin>>n;>>m
| ^~
/in/foo.cc:9:18: error: 'm' was not declared in this scope; did you mean 'tm'?
9 | cin>>n;>>m
| ^
| tm
信息
- 递交者
- 类型
- 递交
- 题目
- 奖金
- 语言
- C++
- 递交时间
- 2025-11-29 09:43:15
- 评测时间
- 2025-11-29 09:43:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes