记录详情

Compile Error

foo.c:3:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf'
    3 | scanf("%d",x)
      | ^~~~~
foo.c:5:1: warning: data definition has no type or storage class
    5 | x=x\2;
      | ^
foo.c:5:1: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int]
foo.c:5:4: error: stray '\' in program
    5 | x=x\2;
      |    ^
foo.c:5:3: error: initializer element is not constant
    5 | x=x\2;
      |   ^
foo.c:5:5: error: expected ',' or ';' before numeric constant
    5 | x=x\2;
      |     ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1080 xf1-3进制转换1
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 11:02:05
评测时间
2022-08-27 11:02:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes