记录详情

Accepted

foo.c: In function 'main':
foo.c:4:15: warning: missing braces around initializer [-Wmissing-braces]
   int a[2][3]={1,2,3,4,5,6},n,*p;
               ^
                {    }{    }
foo.c:5:4: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
   p=a;
    ^
foo.c:4:29: warning: unused variable 'n' [-Wunused-variable]
   int a[2][3]={1,2,3,4,5,6},n,*p;
                             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB

信息

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