Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:5: error: 'intA' was not declared in this scope; did you mean 'int'?
    5 |     intA,B,C,D,E;
      |     ^~~~
      |     int
/in/foo.cc:5:10: error: 'B' was not declared in this scope
    5 |     intA,B,C,D,E;
      |          ^
/in/foo.cc:5:12: error: 'C' was not declared in this scope
    5 |     intA,B,C,D,E;
      |            ^
/in/foo.cc:5:14: error: 'D' was not declared in this scope
    5 |     intA,B,C,D,E;
      |              ^
/in/foo.cc:5:16: error: 'E' was not declared in this scope
    5 |     intA,B,C,D,E;
      |                ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1019 打怪的力量
- 语言
- C++
- 递交时间
- 2024-10-08 17:44:49
- 评测时间
- 2024-10-08 17:44:49
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes