Accepted
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)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - A6-1 最大公约数专题:最大公约数和最小公倍数
 - 语言
 - C
 - 递交时间
 - 2021-12-16 18:50:07
 - 评测时间
 - 2021-12-16 18:50:07
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 2ms
 - 峰值内存
 - 256.0 KiB