记录详情

Time Exceeded

foo.c: In function 'main':
foo.c:36:9: warning: 'm' is used uninitialized [-Wuninitialized]
   36 |         printf("%d\n%d",min,m);
      |         ^~~~~~~~~~~~~~~~~~~~~~
foo.c:5:29: note: 'm' was declared here
    5 |         int x,y,max,min,c,a,m,n=1;
      |                             ^
foo.c:36:9: warning: 'min' may be used uninitialized [-Wmaybe-uninitialized]
   36 |         printf("%d\n%d",min,m);
      |         ^~~~~~~~~~~~~~~~~~~~~~
foo.c:5:21: note: 'min' was declared here
    5 |         int x,y,max,min,c,a,m,n=1;
      |                     ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥1100ms ≥284.0 KiB
#2 Time Exceeded ≥1100ms ≥284.0 KiB
#3 Time Exceeded ≥1100ms ≥284.0 KiB
#4 Time Exceeded ≥1101ms ≥284.0 KiB
#5 Time Exceeded ≥1100ms ≥284.0 KiB

信息

递交者
类型
递交
题目
5-3 最大公约数
比赛
2023 程序设计与竞赛(作业3:中秋和国庆)
语言
C
递交时间
2023-10-01 19:42:33
评测时间
2023-10-01 19:42:33
评测机
分数
0
总耗时
≥5503ms
峰值内存
≥284.0 KiB