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);
| ^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A3-1 素数专题:因子的和
- 语言
- C
- 递交时间
- 2022-10-08 18:35:49
- 评测时间
- 2022-10-08 18:35:49
- 评测机
- 分数
- 0
- 总耗时
- 15ms
- 峰值内存
- 384.0 KiB