/ 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:29: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:29: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:36:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(j=0;j<s[i].length();j++){
           ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 3.332 MiB
#2 Accepted 4ms 3.344 MiB
#3 Accepted 5ms 3.352 MiB
#4 Accepted 7ms 3.32 MiB
#5 Accepted 5ms 3.336 MiB
#6 Accepted 9ms 3.465 MiB
#7 Accepted 6ms 3.328 MiB
#8 Accepted 4ms 3.242 MiB
#9 Accepted 4ms 3.285 MiB
#10 Wrong Answer 4ms 3.34 MiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2020-06-01 19:38:34
评测时间
2020-06-01 19:38:34
评测机
分数
80
总耗时
54ms
峰值内存
3.465 MiB