/ 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 12ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 4ms 384.0 KiB
#6 Accepted 3ms 512.0 KiB
#7 Accepted 3ms 512.0 KiB
#8 Accepted 6ms 512.0 KiB
#9 Accepted 6ms 512.0 KiB
#10 Accepted 10ms 512.0 KiB
#11 Accepted 14ms 640.0 KiB
#12 Accepted 23ms 640.0 KiB
#13 Accepted 40ms 512.0 KiB
#14 Accepted 59ms 384.0 KiB
#15 Accepted 147ms 740.0 KiB
#16 Accepted 125ms 500.0 KiB
#17 Accepted 133ms 504.0 KiB
#18 Accepted 103ms 504.0 KiB
#19 Accepted 514ms 3.367 MiB
#20 Accepted 937ms 4.117 MiB
#21 Accepted 232ms 2.367 MiB
#22 Time Exceeded ≥1100ms ≥3.867 MiB
#23 Time Exceeded ≥1100ms ≥4.418 MiB
#24 Accepted 398ms 2.98 MiB
#25 Accepted 288ms 2.617 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2022-01-01 18:19:49
评测时间
2022-01-01 18:19:49
评测机
分数
92
总耗时
≥5281ms
峰值内存
≥4.418 MiB