记录详情

Compile Error

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

信息

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