记录详情

Compile Error

foo.c: In function 'main':
foo.c:4:9: error: 'inta' undeclared (first use in this function); did you mean 'int'?
    4 |         inta=0
      |         ^~~~
      |         int
foo.c:4:9: note: each undeclared identifier is reported only once for each function it appears in
foo.c:4:15: error: expected ';' before 'a'
    4 |         inta=0
      |               ^
      |               ;
    5 |         a=3000000000000000000000
      |         ~      
foo.c:5:11: warning: integer constant is too large for its type
    5 |         a=3000000000000000000000
      |           ^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1001 OO1-2 时间类Time
语言
C
递交时间
2023-10-10 14:08:26
评测时间
2023-10-10 14:08:26
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes