Compile Error
/in/foo.cc: In function 'void bubbleSort(Complex*, int)':
/in/foo.cc:32:13: error: 'intj' was not declared in this scope; did you mean 'int'?
32 | for(intj=0;j<n-i-1;++j){
| ^~~~
| int
/in/foo.cc:32:20: error: 'j' was not declared in this scope
32 | for(intj=0;j<n-i-1;++j){
| ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1012 OO2-2 复数类的比较运算符重载
- 语言
- C++
- 递交时间
- 2025-03-22 19:26:45
- 评测时间
- 2025-03-22 19:26:45
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes