/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'bool FINIALCHECK()':
/in/foo.cc:56:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(int j=1;j<=n+1;j++) 
      ^~~
/in/foo.cc:63:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   if (k!=lh[i].size()) return 0;
   ^~
/in/foo.cc:63:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (k!=lh[i].size()) return 0;
       ~^~~~~~~~~~~~~~
/in/foo.cc:68:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(int j=1;j<=m+1;j++) 
      ^~~
/in/foo.cc:75:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   if (k!=hh[i].size()) return 0;    
   ^~
/in/foo.cc:75:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if (k!=hh[i].size()) return 0;    
       ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:113:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(int j=1;j<=m;j++)
      ^~~
/in/foo.cc:116:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   cout<<endl;    
   ^~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 316.0 KiB
#2 Accepted 2ms 316.0 KiB
#3 Accepted 1ms 320.0 KiB
#4 Time Exceeded ≥5010ms ≥316.0 KiB
#5 Time Exceeded ≥5010ms ≥444.0 KiB
#6 Time Exceeded ≥5006ms ≥316.0 KiB
#7 Time Exceeded ≥5010ms ≥320.0 KiB
#8 Time Exceeded ≥5009ms ≥316.0 KiB
#9 Time Exceeded ≥5009ms ≥316.0 KiB
#10 Time Exceeded ≥5011ms ≥316.0 KiB

信息

递交者
类型
递交
题目
P1247 Cross Logic
语言
C++
递交时间
2017-09-28 20:13:37
评测时间
2017-09-28 20:13:37
评测机
分数
30
总耗时
≥35075ms
峰值内存
≥444.0 KiB