Compile Error
foo.cc: In function ‘int main()’:
foo.cc:9:17: error: ‘d’ was not declared in this scope
9 | d=a;
| ^
foo.cc:15:17: error: ‘d’ was not declared in this scope
15 | d=c;
| ^
foo.cc:21:17: error: ‘d’ was not declared in this scope
21 | d=a;
| ^
foo.cc:5:19: warning: unused variable ‘n’ [-Wunused-variable]
5 | int a,b,c,n;
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- A1-1 分支结构练习:三数排序
- 语言
- C++
- 递交时间
- 2025-08-14 12:07:32
- 评测时间
- 2025-08-14 12:07:32
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes