记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:13: error: expected ')' before 'i'
  printf("%d"i)
             ^
/in/foo.c:7:11: warning: format '%d' expects a matching 'int' argument [-Wformat=]
  printf("%d"i)
           ^
/in/foo.c:8:1: error: expected ';' before '}' token
 }
 ^
/in/foo.c:5:8: warning: variable 'i' set but not used [-Wunused-but-set-variable]
    int i,x=10,y=20;
        ^

信息

递交者
类型
自测
语言
C
递交时间
2024-11-05 17:14:18
评测时间
2024-11-05 17:14:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes