Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(z<60)num++;
^~
/in/foo.cc:16:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num==1)a++;
^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1112 成绩统计
- 语言
- C++
- 递交时间
- 2024-11-01 17:34:57
- 评测时间
- 2024-11-01 17:34:57
- 评测机
- 分数
- 100
- 总耗时
- 32ms
- 峰值内存
- 452.0 KiB