记录详情

Compile Error

foo.c:8:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main(){
      ^~~~
foo.c:12:1: error: expected identifier or '(' before '}' token
 }
 ^
foo.c: In function 'main':
foo.c:10:1: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&n);
 ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
语言
C
递交时间
2021-08-29 18:38:06
评测时间
2021-08-29 18:38:06
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes