记录详情

Runtime Error

/in/foo.cc: In function 'int query(int, int)':
/in/foo.cc:62:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if(t-k>=down[y].size()){puts("WA");exit(0);}
      ~~~^~~~~~~~~~~~~~~~
/in/foo.cc:65:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(k-t>=up[y].size()){puts("WA");exit(0);}
     ~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 14ms 14.242 MiB
#2 Accepted 27ms 14.246 MiB
#3 Accepted 45ms 14.148 MiB
#4 Accepted 32ms 14.254 MiB
#5 Accepted 25ms 14.215 MiB
#6 Runtime Error 51ms 33.039 MiB
#7 Runtime Error 44ms 33.059 MiB
#8 Runtime Error 54ms 33.031 MiB
#9 Accepted 153ms 32.035 MiB
#10 Accepted 140ms 31.918 MiB
#11 Accepted 144ms 31.934 MiB
#12 Accepted 150ms 31.949 MiB
#13 Accepted 318ms 32.012 MiB
#14 Accepted 324ms 31.953 MiB
#15 Accepted 340ms 31.953 MiB
#16 Accepted 315ms 31.953 MiB
#17 Accepted 230ms 29.328 MiB
#18 Accepted 264ms 29.328 MiB
#19 Accepted 274ms 29.328 MiB
#20 Runtime Error 96ms 53.574 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2019-01-14 20:34:21
评测时间
2019-01-14 20:34:21
评测机
分数
80
总耗时
3049ms
峰值内存
53.574 MiB