记录详情

Runtime Error

/in/foo.cc: In function 'bool nb(int)':
/in/foo.cc:27:35: warning: pointer to a function used in arithmetic [-Wpointer-arith]
  if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
                                   ^
/in/foo.cc:27:62: warning: pointer to a function used in arithmetic [-Wpointer-arith]
  if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
                                                              ^
/in/foo.cc:27:85: warning: pointer to a function used in arithmetic [-Wpointer-arith]
  if(nd[root].r>=0&&size[nd[root].l]<max(size[nd[nd[root].r].l],size[nd[nd[root].r].r])) return 1;
                                                                                     ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:134:18: warning: unused variable 't' [-Wunused-variable]
  int b,i,j,q,x,y,t=clock();
                  ^
# 状态 耗时 内存占用
#1 Runtime Error 28ms 41.836 MiB
#2 Wrong Answer 25ms 33.625 MiB
#3 Wrong Answer 22ms 33.215 MiB
#4 Wrong Answer 26ms 32.84 MiB
#5 Wrong Answer 31ms 33.977 MiB
#6 Wrong Answer 25ms 34.363 MiB
#7 Runtime Error 41ms 41.875 MiB
#8 Wrong Answer 27ms 32.457 MiB
#9 Wrong Answer 20ms 33.375 MiB
#10 Runtime Error 20ms 40.5 MiB
#11 Runtime Error 40ms 42.125 MiB
#12 Runtime Error 41ms 41.25 MiB
#13 Runtime Error 42ms 40.582 MiB
#14 Runtime Error 33ms 40.797 MiB
#15 Runtime Error 35ms 40.844 MiB
#16 Wrong Answer 164ms 38.875 MiB
#17 Wrong Answer 97ms 34.125 MiB
#18 Runtime Error 22ms 40.625 MiB
#19 Wrong Answer 238ms 34.625 MiB
#20 Wrong Answer 265ms 34.707 MiB

信息

递交者
类型
递交
题目
列队
语言
C++
递交时间
2017-12-29 16:05:21
评测时间
2017-12-29 16:05:21
评测机
分数
0
总耗时
1250ms
峰值内存
42.125 MiB