记录详情

Compile Error

foo.c: In function 'main':
foo.c:25:23: error: 'cnt' undeclared (first use in this function); did you mean 'int'?
   25 |         printf("%d\n",cnt);
      |                       ^~~
      |                       int
foo.c:25:23: note: each undeclared identifier is reported only once for each function it appears in
foo.c: In function 'one':
foo.c:18:1: warning: control reaches end of non-void function [-Wreturn-type]
   18 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
语言
C
递交时间
2023-10-13 20:32:15
评测时间
2023-10-13 20:32:15
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes