记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:8:17: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[100000]' [-Wformat=]
    8 |         scanf("%s %s",&a,&b);
      |                ~^     ~~
      |                 |     |
      |                 |     char (*)[100000]
      |                 char *
foo.c:8:20: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[100000]' [-Wformat=]
    8 |         scanf("%s %s",&a,&b);
      |                   ~^     ~~
      |                    |     |
      |                    |     char (*)[100000]
      |                    char *
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1101ms ≥412.0 KiB
#2 Time Exceeded ≥1100ms ≥412.0 KiB
#3 Time Exceeded ≥1100ms ≥412.0 KiB
#4 Time Exceeded ≥1100ms ≥412.0 KiB
#5 Time Exceeded ≥1001ms ≥412.0 KiB

信息

递交者
类型
递交
题目
2-2 语言的起点
比赛
2023年新生赛(第三场)
语言
C
递交时间
2023-09-09 21:59:36
评测时间
2023-09-09 21:59:36
评测机
分数
0
总耗时
≥5403ms
峰值内存
≥412.0 KiB