Compile Error
foo.c: In function 'main':
foo.c:7:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'printf'
    7 |     printf("%d",x);
      |     ^~~~~~
foo.c:7:16: error: expected ')' before '\U0000ff0cx'
    7 |     printf("%d",x);
      |           ~    ^~~
      |                )
foo.c:7:14: warning: format '%d' expects a matching 'int' argument [-Wformat=]
    7 |     printf("%d",x);
      |             ~^
      |              |
      |              int
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1080 xf1-3进制转换1
 - 比赛
 - 2022年迎新赛(第二场)
 - 语言
 - C
 - 递交时间
 - 2022-08-27 15:53:45
 - 评测时间
 - 2022-08-27 16:02:11
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes