记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 1. 2ms 384.0 KiB

信息

递交者
类型
自测
题目
P1000 语言学习
语言
C
递交时间
2021-12-28 21:40:57
评测时间
2021-12-28 21:40:57
评测机
分数
0
总耗时
2ms
峰值内存
384.0 KiB