/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(j=0;j<s[i].length();j++){
           ~^~~~~~~~~~~~~~
/in/foo.cc:34:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (sum1>0 || sum2>0) printf("%d:%d\n",sum1,sum2);printf("\n");
  ^~
/in/foo.cc:34:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (sum1>0 || sum2>0) printf("%d:%d\n",sum1,sum2);printf("\n");
                                                    ^~~~~~
/in/foo.cc:63:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if (sum1>0 || sum2>0) printf("%d:%d\n",sum1,sum2);printf("\n");
  ^~
/in/foo.cc:63:52: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if (sum1>0 || sum2>0) printf("%d:%d\n",sum1,sum2);printf("\n");
                                                    ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 3.34 MiB
#2 Accepted 4ms 3.332 MiB
#3 Accepted 5ms 3.27 MiB
#4 Accepted 4ms 3.273 MiB
#5 Accepted 4ms 3.352 MiB
#6 Accepted 6ms 3.461 MiB
#7 Accepted 5ms 3.387 MiB
#8 Accepted 3ms 3.34 MiB
#9 Accepted 3ms 3.34 MiB
#10 Wrong Answer 3ms 3.34 MiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2020-05-31 21:38:45
评测时间
2020-05-31 21:38:45
评测机
分数
80
总耗时
46ms
峰值内存
3.461 MiB