Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
  else
  ^~~~
/in/foo.cc:23:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
   return 0; 
   ^~~~~~
/in/foo.cc:5:12: warning: unused variable 'min' [-Wunused-variable]
  int a,b,c,min;
            ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A1-1 分支结构练习:三数排序
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C++
 - 递交时间
 - 2024-08-18 13:04:42
 - 评测时间
 - 2024-08-18 13:04:42
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 7ms
 - 峰值内存
 - 356.0 KiB