Runtime Error
foo.c: In function 'main': foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=] 6 | scanf("%d",x); | ~^ ~ | | | | | int | int * foo.c:6:9: warning: 'x' is used uninitialized [-Wuninitialized] 6 | scanf("%d",x); | ^~~~~~~~~~~~~ foo.c:18:9: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] 18 | printf("%d",n); | ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 2-1 单个数的3N+1猜想
- 语言
- C
- 递交时间
- 2022-10-04 13:52:44
- 评测时间
- 2022-10-04 13:52:44
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 384.0 KiB