Wrong Answer
foo.c: In function 'main':
foo.c:7:9: warning: assignment to 'int *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
7 | p[1]=1;
| ^
foo.c:8:12: warning: initialization of 'int *' from incompatible pointer type 'int **' [-Wincompatible-pointer-types]
8 | int *j=p;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 语言学习
- 语言
- C
- 递交时间
- 2021-12-28 21:40:57
- 评测时间
- 2021-12-28 21:40:57
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 384.0 KiB