Compile Error
foo.cc: In function ‘int main()’: foo.cc:5:9: error: ‘iny’ was not declared in this scope; did you mean ‘int’? 5 | iny a,b; | ^~~ | int foo.cc:6:14: error: ‘a’ was not declared in this scope 6 | cin>>a>>b; | ^ foo.cc:6:17: error: ‘b’ was not declared in this scope 6 | cin>>a>>b; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2336 1.4.7:收集瓶盖赢大奖
- 语言
- C++
- 递交时间
- 2024-05-03 08:06:33
- 评测时间
- 2024-05-03 08:06:33
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes