Compile Error

/in/foo.c:2:1: error: expected ',' or ';' before 'int'
 int x = 1
 ^~~
/in/foo.c:5:5: warning: data definition has no type or storage class
     x = y;
     ^
/in/foo.c:5:5: warning: type defaults to 'int' in declaration of 'x' [-Wimplicit-int]
/in/foo.c:5:9: error: 'y' undeclared here (not in a function)
     x = y;
         ^
/in/foo.c:6:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '++' token
     i ++
       ^~

信息

递交者
类型
递交
题目
猴子吃桃
题目数据
下载
语言
C
递交时间
2018-07-10 12:55:13
评测时间
2018-07-10 12:55:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes