记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:5:17: warning: missing braces around initializer [-Wmissing-braces]
     int a[2][3]={1,2,3,4,5,6};
                 ^
                  {    }{    }
foo.c:13:13: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
    printf("%d ",p[i]);
            ~^    ~
            %ls
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 1831329696, expect 1. 0ms 280.0 KiB

信息

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