Compile Error
foo.cc: In function 'int main()':
foo.cc:15:35: error: expected '}' before 'else'
15 | else{cout<<a<<c<<b<<endl;}}
| ^~~~
foo.cc:14:27: note: to match this '{'
14 | if(b<c){if(c>a){cout<<c<<a<<b<<endl;};
| ^
foo.cc:19:2: error: expected '}' at end of input
19 | }
| ^
foo.cc:5:1: note: to match this '{'
5 | {
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- A1-1 分支结构练习:三数排序
- 语言
- C++
- 递交时间
- 2023-08-15 09:26:42
- 评测时间
- 2023-08-15 09:26:42
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes