记录详情

Accepted

foo.c: In function 'main':
foo.c:13:20: warning: array subscript 2 is above array bounds of 'int[2]' [-Warray-bounds]
   13 |     int a = fenshu1[2],b = fenshu2[2];
      |             ~~~~~~~^~~
foo.c:5:9: note: while referencing 'fenshu1'
    5 |     int fenshu1[2];
      |         ^~~~~~~
foo.c:13:35: warning: array subscript 2 is above array bounds of 'int[2]' [-Warray-bounds]
   13 |     int a = fenshu1[2],b = fenshu2[2];
      |                            ~~~~~~~^~~
foo.c:6:9: note: while referencing 'fenshu2'
    6 |     int fenshu2[2];
      |         ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
比赛
2022年迎新赛(第三场)
语言
C
递交时间
2022-09-16 20:08:07
评测时间
2022-09-16 20:08:07
评测机
分数
100
总耗时
11ms
峰值内存
256.0 KiB