记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:15: error: invalid suffix ";" on integer constant
    5 |         int i=0;
      |               ^~~
foo.c:6:9: error: expected ',' or ';' before 'int'
    6 |         int n;
      |         ^~~
foo.c:8:22: error: 'n' undeclared (first use in this function)
    8 |         scanf("%d" ,&n);
      |                      ^
foo.c:8:22: note: each undeclared identifier is reported only once for each function it appears in
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 19:14:13
评测时间
2023-08-15 19:14:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes