Compile Error
foo.cc: In function ‘int main()’: foo.cc:11:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 11 | cin>>n>>m>>k; | ^ | yn foo.cc:11:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’? 11 | cin>>n>>m>>k; | ^ | tm foo.cc:11:16: error: ‘k’ was not declared in this scope 11 | cin>>n>>m>>k; | ^
正在同步测试数据,请稍后
信息
- 递交者
- 类型
- 递交
- 题目
- P1060 三国争霸-外传(其一)
- 语言
- C++
- 递交时间
- 2024-05-13 20:08:38
- 评测时间
- 2024-05-13 20:08:38
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes