记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(b<60);
 ^~
/in/foo.cc:15:1: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 {
 ^
/in/foo.cc:18:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
 if(c<60);
 ^~
/in/foo.cc:19:1: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
 {
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 376.0 KiB
#2 Wrong Answer 2ms 336.0 KiB

信息

递交者
类型
递交
题目
p1013 求不及格的课程数(p63页实例2)
语言
C++
递交时间
2021-11-19 15:27:09
评测时间
2021-11-19 15:27:09
评测机
分数
0
总耗时
4ms
峰值内存
376.0 KiB