/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for(int i=0;i<s[n].size();i++)
                  ~^~~~~~~~~~~~
/in/foo.cc:20:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(int j=0;j<s[i].size();j++){
                     ~^~~~~~~~~~~~
/in/foo.cc:22:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
                 for(int k=1;k<=tc1;k++)cout<<a[k]<<':'<<b[k]<<endl;cout<<endl;
                 ^~~
/in/foo.cc:22:68: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
                 for(int k=1;k<=tc1;k++)cout<<a[k]<<':'<<b[k]<<endl;cout<<endl;
                                                                    ^~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 812.0 KiB
#2 Accepted 2ms 720.0 KiB
#3 Accepted 2ms 328.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Accepted 3ms 332.0 KiB
#6 Accepted 14ms 488.0 KiB
#7 Accepted 7ms 452.0 KiB
#8 Accepted 1ms 328.0 KiB
#9 Accepted 1ms 324.0 KiB
#10 Accepted 1ms 328.0 KiB

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2019-04-14 11:07:47
评测时间
2019-04-14 11:07:47
评测机
分数
100
总耗时
39ms
峰值内存
812.0 KiB