记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:5: error: 'include' undeclared (first use in this function)
    5 |     include<stdio.h>
      |     ^~~~~~~
foo.c:5:5: note: each undeclared identifier is reported only once for each function it appears in
foo.c:5:13: error: 'stdio' undeclared (first use in this function); did you mean 'stdin'?
    5 |     include<stdio.h>
      |             ^~~~~
      |             stdin
foo.c:6:1: error: expected expression before 'int'
    6 | int main()
      | ^~~
foo.c:34:1: error: expected declaration or statement at end of input
   34 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-4 分支结构练习:今年过去了多少天
比赛
2022春 C语言课程设计 作业1
语言
C
递交时间
2022-03-01 12:37:37
评测时间
2022-03-01 12:37:37
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes