/ MYOJ /

记录详情

Time Exceeded

foo.cc: In function 'int read()':
foo.cc:11:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   11 |         if(ch=='-')w=-1;ch=getchar();
      |         ^~
foo.cc:11:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   11 |         if(ch=='-')w=-1;ch=getchar();
      |                         ^~
foo.cc: In function 'bool read(int&)':
foo.cc:24:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   24 |         if(ch=='-')w=-1;ch=getchar();
      |         ^~
foo.cc:24:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   24 |         if(ch=='-')w=-1;ch=getchar();
      |                         ^~
foo.cc: In function 'int main()':
foo.cc:222:15: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
  222 |         insert(y,s);
      |         ~~~~~~^~~~~
foo.cc:223:20: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
  223 |         lab:writeln(kth(k));
      |             ~~~~~~~^~~~~~~~
foo.cc:222:15: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  222 |         insert(y,s);
      |         ~~~~~~^~~~~
foo.cc:221:12: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  221 |         del(x,s);
      |         ~~~^~~~~
foo.cc:212:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  212 |         insert(x,1);
      |         ~~~~~~^~~~~
foo.cc:207:9: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized]
  207 |     int n,m;
      |         ^
foo.cc:207:11: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized]
  207 |     int n,m;
      |           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 4ms 512.0 KiB
#6 Accepted 3ms 512.0 KiB
#7 Accepted 3ms 512.0 KiB
#8 Accepted 6ms 512.0 KiB
#9 Accepted 5ms 512.0 KiB
#10 Accepted 6ms 512.0 KiB
#11 Accepted 19ms 640.0 KiB
#12 Accepted 24ms 768.0 KiB
#13 Accepted 35ms 512.0 KiB
#14 Accepted 43ms 512.0 KiB
#15 Accepted 134ms 740.0 KiB
#16 Accepted 153ms 504.0 KiB
#17 Accepted 106ms 504.0 KiB
#18 Accepted 128ms 504.0 KiB
#19 Accepted 479ms 3.359 MiB
#20 Accepted 728ms 4.23 MiB
#21 Accepted 230ms 2.367 MiB
#22 Time Exceeded ≥1084ms ≥4.234 MiB
#23 Time Exceeded ≥1100ms ≥4.223 MiB
#24 Accepted 421ms 2.867 MiB
#25 Accepted 284ms 2.617 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2021-12-26 19:54:41
评测时间
2021-12-26 19:54:41
评测机
分数
92
总耗时
≥5023ms
峰值内存
≥4.234 MiB