Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:14:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(max==a) ^ /in/foo.cc:19:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(max==b) ^ /in/foo.cc:24:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(max==c) ^ /in/foo.cc:29:27: warning: 'mid' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d %d", mid, max); ^
信息
- 递交者
- 类型
- 递交
- 题目
- A1-2 分支结构练习:三数的特征值
- 比赛
- 南师大(含泰州学院)2024年新生赛(第一场)
- 语言
- C++
- 递交时间
- 2024-08-17 10:03:16
- 评测时间
- 2024-08-17 10:03:16
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 380.0 KiB