记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   13 |   if(a1%t1==0&&a2%t1==0)
      |   ^~
foo.c:15:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   15 |    break;
      |    ^~~~~
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 |  scanf("%d%d",&x1,&x2);
      |  ^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > 12 1ms 256.0 KiB
#2 Wrong Answer 0a1 > 120000 1ms 256.0 KiB
#3 Wrong Answer 0a1 > 800 1ms 256.0 KiB
#4 Wrong Answer 0a1 > 8 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A6-1 最大公约数专题:最大公约数和最小公倍数
比赛
中北 计算机2021级专业修读指导(3)
语言
C
递交时间
2021-12-16 18:51:08
评测时间
2021-12-16 18:51:08
评测机
分数
20
总耗时
7ms
峰值内存
256.0 KiB