记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&l,&p);
         ~^     ~~
         %lld
foo.c:5:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=]
  scanf("%d %d",&l,&p);
            ~^     ~~
            %lld
foo.c:11:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",n);
          ~^
          %lld
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d",&l,&p);
  ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1408ms ≥256.0 KiB
#2 Time Exceeded ≥1412ms ≥256.0 KiB
#3 Time Exceeded ≥1408ms ≥256.0 KiB
#4 Time Exceeded ≥1407ms ≥256.0 KiB
#5 Time Exceeded ≥1410ms ≥216.0 KiB
#6 Time Exceeded ≥1413ms ≥240.0 KiB
#7 Time Exceeded ≥1407ms ≥212.0 KiB
#8 Time Exceeded ≥1409ms ≥212.0 KiB
#9 Time Exceeded ≥1441ms ≥296.0 KiB
#10 Time Exceeded ≥1457ms ≥216.0 KiB

信息

递交者
类型
递交
题目
P1006 数字统计
语言
C
递交时间
2021-09-07 17:03:41
评测时间
2021-09-07 17:03:41
评测机
分数
0
总耗时
≥14176ms
峰值内存
≥296.0 KiB