Compile Error
foo.c: In function 'main':
foo.c:22:32: error: expected ')' before 'd'
   22 |     printf("\n%d\n" "\n%d\n", b d / b);
      |           ~                    ^~
      |                                )
foo.c:22:12: warning: format '%d' expects a matching 'int' argument [-Wformat=]
   22 |     printf("\n%d\n" "\n%d\n", b d / b);
      |            ^~~~~~~~
foo.c:22:25: note: format string is defined here
   22 |     printf("\n%d\n" "\n%d\n", b d / b);
      |                        ~^
      |                         |
      |                         int
foo.c:5:18: warning: variable 'd' set but not used [-Wunused-but-set-variable]
    5 |     int a, b, c, d, e;
      |                  ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1079 xf1-2最大公倍数与最小公因数
 - 语言
 - C
 - 递交时间
 - 2022-08-27 13:52:13
 - 评测时间
 - 2022-08-27 13:52:13
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes