/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(j=0;j<s[i].length();j++){
           ~^~~~~~~~~~~~~~
/in/foo.cc:28: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:28: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:31:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(j=0;j<s[i].length();j++){
           ~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 3.34 MiB
#2 Accepted 4ms 3.328 MiB
#3 Accepted 3ms 3.301 MiB
#4 Accepted 3ms 3.34 MiB
#5 Accepted 4ms 3.332 MiB
#6 Accepted 6ms 3.414 MiB
#7 Accepted 5ms 3.34 MiB
#8 Accepted 4ms 3.352 MiB
#9 Accepted 3ms 3.34 MiB
#10 Wrong Answer 4ms 3.344 MiB

信息

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