Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:9:13: error: redeclaration of 'int a' 9 | int a=aa,b=bb; | ^ /in/foo.cc:5:25: note: 'int a' previously declared here 5 | int b1,a1,b2,a2,a,b,aa,bb,r; | ^ /in/foo.cc:9:18: error: redeclaration of 'int b' 9 | int a=aa,b=bb; | ^ /in/foo.cc:5:27: note: 'int b' previously declared here 5 | int b1,a1,b2,a2,a,b,aa,bb,r; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1063 A6-2 最大公约数专题:分数的加法
- 语言
- C++
- 递交时间
- 2025-02-15 19:22:26
- 评测时间
- 2025-02-15 19:22:26
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes