记录详情

Accepted

foo.c: In function 'main':
foo.c:6:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  p[0]=a[0];
      ^
foo.c:7:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
  printf("%d",p[0]);
          ~^  ~~~~
          %ls
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB

信息

递交者
类型
自测
题目
P1029 比比谁更小
语言
C
递交时间
2021-11-29 17:14:23
评测时间
2021-11-29 17:14:23
评测机
分数
10
总耗时
0ms
峰值内存
256.0 KiB