/ CWOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int read()':
/in/foo.cc:7:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(!isdigit(ch=getchar())) if(ch=='-') f=-1;x=ch-48;
  ^~~~~
/in/foo.cc:7:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(!isdigit(ch=getchar())) if(ch=='-') f=-1;x=ch-48;
                                                 ^
/in/foo.cc: In function 'int query(int, int, int, int, int)':
/in/foo.cc:53:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1003ms ≥6.25 MiB
#2 Time Exceeded ≥1005ms ≥8.344 MiB
#3 Time Exceeded ≥1002ms ≥8.25 MiB
#4 Time Exceeded ≥1001ms ≥8.344 MiB
#5 Time Exceeded ≥1006ms ≥8.375 MiB
#6 Runtime Error 16ms 8.719 MiB
#7 Runtime Error 60ms 17.875 MiB
#8 Runtime Error 57ms 19.957 MiB
#9 Runtime Error 60ms 20.875 MiB
#10 Runtime Error 62ms 20.855 MiB

信息

递交者
类型
递交
题目
2017.07.14 P1 第 k 大的数
语言
C++
递交时间
2018-01-29 12:47:12
评测时间
2018-01-29 12:47:12
评测机
分数
0
总耗时
5277ms
峰值内存
20.875 MiB