记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:4:19: warning: unused variable 'j' [-Wunused-variable]
    4 |         int a,b,i,j;
      |                   ^
foo.c:33:5: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
   33 |     printf("最大公约数是%d", i);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 最小公倍数是72最大公约数是12, expect 12. 3ms 384.0 KiB
#2 Wrong Answer Read 最小公倍数是720000最大公约..., expect 120000. 2ms 384.0 KiB
#3 Wrong Answer Read 最小公倍数是50400最大公约数是800, expect 800. 3ms 256.0 KiB
#4 Wrong Answer Read 最小公倍数是504000最大公约数是8, expect 8. 2ms 256.0 KiB
#5 Wrong Answer Read 最小公倍数是5040000最大公约数是8, expect 8. 1ms 256.0 KiB

信息

递交者
类型
递交
比赛
2022年迎新赛(第三场)
语言
C
递交时间
2022-09-16 19:31:01
评测时间
2022-09-16 19:31:01
评测机
分数
0
总耗时
14ms
峰值内存
384.0 KiB