/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'bool zuo()':
/in/foo.cc:19:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(!L)return 0;if(!R)return 1;
  ^~
/in/foo.cc:19:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(!L)return 0;if(!R)return 1;
                 ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(L)d[L].r=R;if(R)d[R].l=L;
   ^~
/in/foo.cc:50:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(L)d[L].r=R;if(R)d[R].l=L;
                 ^~
/in/foo.cc:67:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
   printf("%d %d\n",A,B);
                       ^
/in/foo.cc:67:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'll {aka long long int}' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 5ms 8.25 MiB
#2 Accepted 5ms 8.375 MiB
#3 Accepted 6ms 6.25 MiB
#4 Accepted 6ms 8.215 MiB
#5 Accepted 9ms 8.309 MiB
#6 Accepted 9ms 8.352 MiB
#7 Accepted 5ms 6.363 MiB
#8 Accepted 5ms 6.25 MiB
#9 Accepted 7ms 6.336 MiB
#10 Accepted 7ms 8.25 MiB
#11 Accepted 15ms 8.5 MiB
#12 Accepted 16ms 6.25 MiB
#13 Accepted 13ms 6.375 MiB
#14 Accepted 17ms 6.375 MiB
#15 Accepted 73ms 18.891 MiB
#16 Accepted 83ms 19.125 MiB
#17 Accepted 222ms 25.805 MiB
#18 Accepted 202ms 25.676 MiB
#19 Accepted 265ms 25.805 MiB
#20 Accepted 273ms 26.031 MiB

信息

递交者
类型
递交
题目
P1780 开车旅行
语言
C++
递交时间
2017-10-30 16:29:17
评测时间
2017-10-30 16:29:17
评测机
分数
100
总耗时
1251ms
峰值内存
26.031 MiB