记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:89:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   if (bi[i / fe] == 1)printf("%d\n", cc[i / fe]);
                                      ~~~~~~~~~~^
foo.cc:90:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   else{ printf("%d\n", a[i]); }
                        ~~~~^
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d %d %d", &n, &m, &p, &q);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 2ms 328.0 KiB
#3 Accepted 25ms 388.0 KiB
#4 Accepted 27ms 436.0 KiB
#5 Accepted 211ms 704.0 KiB
#6 Accepted 211ms 740.0 KiB
#7 Time Exceeded ≥1300ms ≥1.883 MiB
#8 Time Exceeded ≥1310ms ≥1.93 MiB
#9 Time Exceeded ≥1897ms ≥7.922 MiB
#10 Accepted 1ms 292.0 KiB

信息

递交者
类型
递交
题目
P1050 疯狂的馒头
语言
C++
递交时间
2021-08-12 10:41:09
评测时间
2021-08-12 10:41:09
评测机
分数
70
总耗时
≥4989ms
峰值内存
≥7.922 MiB