记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:9:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
    9 |         scanf("%d", &x);
      |                ~^   ~~
      |                 |   |
      |                 |   long int *
      |                 int *
      |                %ld
foo.c:15:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   15 |         printf("%d", s);
      |                 ~^   ~
      |                  |   |
      |                  int long int
      |                 %ld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1100ms ≥384.0 KiB
#2 Time Exceeded ≥1096ms ≥256.0 KiB
#3 Time Exceeded ≥1100ms ≥256.0 KiB
#4 Time Exceeded ≥1100ms ≥256.0 KiB
#5 Time Exceeded ≥1001ms ≥256.0 KiB

信息

递交者
类型
递交
题目
A3-1 素数专题:因子的和
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 09:53:29
评测时间
2022-08-15 09:53:29
评测机
分数
0
总耗时
≥5398ms
峰值内存
≥384.0 KiB