记录详情

Compile Error

foo.c: In function 'main':
foo.c:7:21: warning: format '%d' expects a matching 'int' argument [-Wformat=]
    7 |         printf("%d+%d",x+y);
      |                    ~^
      |                     |
      |                     int
foo.c:8:24: error: expected ';' before '}' token
    8 |         return 0
      |                        ^
      |                        ;
    9 | }
      | ~                       
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1006 A+B Problem
语言
C
递交时间
2023-08-07 21:42:43
评测时间
2023-08-07 21:42:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes