Compile Error
foo.cc: In function ‘int main()’: foo.cc:8:15: error: ‘cc’ was not declared in this scope; did you mean ‘c’? 8 | while(cc) | ^~ | c foo.cc:7:23: warning: unused variable ‘c’ [-Wunused-variable] 7 | int aa=a,bb=b,c=aa%bb; | ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1062 A6-1 最大公约数专题:最大公约数和最小公倍数
- 语言
- C++
- 递交时间
- 2025-08-31 15:28:42
- 评测时间
- 2025-08-31 15:28:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes