记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(mul[i]<min)min=mul[i];mid=i;
    ^~
/in/foo.cc:28:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(mul[i]<min)min=mul[i];mid=i;
                             ^~~
/in/foo.cc:32:17: warning: operation on 'i' may be undefined [-Wsequence-point]
    card[i]=card[++i];
                 ^~~
/in/foo.cc:36:26: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized]
  fprintf(stdout,"%d",sum);
                          ^
# 状态 耗时 内存占用
#1 Wrong Answer 188ms 492.0 KiB
#2 Wrong Answer 237ms 384.0 KiB
#3 Wrong Answer 237ms 504.0 KiB
#4 Wrong Answer 236ms 504.0 KiB
#5 Wrong Answer 229ms 384.0 KiB
#6 Wrong Answer 224ms 468.0 KiB
#7 Wrong Answer 200ms 384.0 KiB
#8 Wrong Answer 191ms 484.0 KiB
#9 Wrong Answer 182ms 492.0 KiB
#10 Wrong Answer 166ms 484.0 KiB

信息

递交者
类型
递交
题目
mul
比赛
初二普及组模拟赛0914
语言
C++
递交时间
2018-09-15 09:43:43
评测时间
2018-09-15 09:43:43
评测机
分数
0
总耗时
2095ms
峰值内存
504.0 KiB