记录详情

Compile Error

foo.c: In function 'main':
foo.c:29:5: warning: 'main' is normally a non-static function [-Wmain]
   29 | int main()
      |     ^~~~
foo.c:55:1: error: expected declaration or statement at end of input
   55 | }
      | ^
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    5 |  scanf("%d %d %d",&s1,&s2,&s3);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At top level:
foo.c:29:5: warning: 'main' defined but not used [-Wunused-function]
   29 | int main()
      |     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 12:06:53
评测时间
2022-05-31 12:06:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes