记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(b>=3)
   ^~
foo.cc:15:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    b++;
    ^
foo.cc:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(c>=4)
   ^~
foo.cc:20:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    c=c-4;
    ^
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Wrong Answer Read {0}, expect {1}. ["18","22"] 2ms 384.0 KiB
#4 Wrong Answer Read {0}, expect {1}. ["399995","479995"] 2ms 384.0 KiB
#5 Wrong Answer Read {0}, expect {1}. ["1999998","2399998"] 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1087 xf1-10多喝饮料
比赛
2020苏青奥赛集训营(2021-2-2课堂小练)
语言
C++
递交时间
2021-02-02 13:07:26
评测时间
2021-02-02 13:07:26
评测机
分数
40
总耗时
10ms
峰值内存
384.0 KiB