Compile Error
foo.cc: In function 'int main()': foo.cc:7:9: error: 't' was not declared in this scope 7 | t=a*b; | ^ foo.cc:8:9: error: 'r' was not declared in this scope 8 | r=a%b; | ^ foo.cc:5:17: warning: unused variable 'max' [-Wunused-variable] 5 | int a,b,max,min; | ^~~ foo.cc:5:21: warning: unused variable 'min' [-Wunused-variable] 5 | int a,b,max,min; | ^~~
正在同步测试数据,请稍后
信息
- 递交者
- 类型
- 递交
- 题目
- P1044 最大公约数和最小公倍数
- 语言
- C++
- 递交时间
- 2024-03-22 16:31:22
- 评测时间
- 2024-03-22 16:31:22
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes