记录详情

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 4ms 300.0 KiB
#3 Accepted 63ms 380.0 KiB
#4 Accepted 62ms 396.0 KiB
#5 Accepted 351ms 676.0 KiB
#6 Accepted 354ms 772.0 KiB
#7 Time Exceeded ≥1292ms ≥1.852 MiB
#8 Time Exceeded ≥1305ms ≥1.906 MiB
#9 Time Exceeded ≥1867ms ≥7.848 MiB
#10 Accepted 0ms 260.0 KiB

信息

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