Accepted
foo.c: In function 'hah':
foo.c:6:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    6 |         while (c = a % b)
      |                ^
foo.c:11:13: warning: unused variable 'e' [-Wunused-variable]
   11 |         int e = d / b;
      |             ^
foo.c: In function 'main':
foo.c:22:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   22 |         while (j =i % f)
      |                ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A6-2 最大公约数专题:分数的加法
 - 比赛
 - 2023 程序设计与竞赛(作业3:中秋和国庆)
 - 语言
 - C
 - 递交时间
 - 2023-10-01 10:21:00
 - 评测时间
 - 2023-10-01 10:21:00
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 9ms
 - 峰值内存
 - 284.0 KiB