/ 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:209:15: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
  209 |         insert(y,s);
      |         ~~~~~~^~~~~
foo.cc:210:19: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
  210 |         lab:printf("%d\n",kth(k));
      |             ~~~~~~^~~~~~~~~~~~~~~
foo.cc:209:15: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
  209 |         insert(y,s);
      |         ~~~~~~^~~~~
foo.cc:208:12: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  208 |         del(x,s);
      |         ~~~^~~~~
foo.cc:199:15: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
  199 |         insert(x,1);
      |         ~~~~~~^~~~~
foo.cc:194:9: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized]
  194 |     int n,m;
      |         ^
foo.cc:194:11: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized]
  194 |     int n,m;
      |           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 7ms 384.0 KiB
#2 Accepted 5ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 4ms 512.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 4ms 512.0 KiB
#8 Accepted 6ms 512.0 KiB
#9 Accepted 7ms 512.0 KiB
#10 Accepted 7ms 512.0 KiB
#11 Accepted 27ms 640.0 KiB
#12 Accepted 28ms 640.0 KiB
#13 Accepted 56ms 508.0 KiB
#14 Accepted 60ms 384.0 KiB
#15 Accepted 148ms 756.0 KiB
#16 Accepted 131ms 500.0 KiB
#17 Accepted 104ms 504.0 KiB
#18 Accepted 109ms 504.0 KiB
#19 Accepted 483ms 3.492 MiB
#20 Accepted 772ms 4.238 MiB
#21 Accepted 265ms 2.367 MiB
#22 Time Exceeded ≥1025ms ≥4.242 MiB
#23 Time Exceeded ≥1100ms ≥4.371 MiB
#24 Accepted 361ms 2.867 MiB
#25 Accepted 261ms 2.617 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2021-12-26 20:04:25
评测时间
2021-12-26 20:04:25
评测机
分数
92
总耗时
≥4991ms
峰值内存
≥4.371 MiB