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