记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:10:2: error: expected ';' before 'printf'
  printf("h");
  ^~~~~~
/in/foo.c:6:15: warning: variable 'h' set but not used [-Wunused-but-set-variable]
     int a,b,r,h;
               ^

信息

递交者
类型
递交
语言
C
递交时间
2019-10-24 23:02:12
评测时间
2019-10-24 23:02:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes