/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void read(t_&)':
/in/foo.cc:11:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(t=='-')flag=1,t=getchar();x=t-'0';
  ^~
/in/foo.cc:11:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  if(t=='-')flag=1,t=getchar();x=t-'0';
                               ^
/in/foo.cc: In function 'int lca(int, int)':
/in/foo.cc:60:13: warning: self-comparison always evaluates to true [-Wtautological-compare]
   if(f[i][r]==f[i][r])continue;
      ~~~~~~~^~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:111:8: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   mid=l+r>>1;
       ~^~
# 状态 耗时 内存占用
#1 Runtime Error 50ms 17.555 MiB
#2 Runtime Error 16ms 17.203 MiB
#3 Runtime Error 15ms 16.809 MiB
#4 Time Exceeded ≥1003ms ≥8.062 MiB
#5 Runtime Error 14ms 17.199 MiB
#6 Runtime Error 37ms 17.312 MiB
#7 Runtime Error 59ms 17.293 MiB
#8 Runtime Error 18ms 16.699 MiB
#9 Runtime Error 15ms 18.184 MiB
#10 Runtime Error 17ms 16.812 MiB
#11 Time Exceeded ≥1005ms ≥10.562 MiB
#12 Time Exceeded ≥1004ms ≥12.676 MiB
#13 Runtime Error 47ms 19.727 MiB
#14 Runtime Error 45ms 20.363 MiB
#15 Wrong Answer 4ms 9.539 MiB
#16 Runtime Error 48ms 21.793 MiB
#17 Runtime Error 41ms 20.344 MiB
#18 Wrong Answer 20ms 9.664 MiB
#19 Runtime Error 53ms 20.125 MiB
#20 Runtime Error 99ms 27.562 MiB

信息

递交者
类型
递交
题目
P1983 运输计划
语言
C++
递交时间
2018-10-30 22:54:04
评测时间
2018-10-30 22:54:04
评测机
分数
0
总耗时
3621ms
峰值内存
27.562 MiB