记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:51:13: warning: array subscript -2 is below array bounds of 'int[100]' [-Warray-bounds]
   51 |             printf("%d", b[c - 2]);
      |             ^~~~~~~~~~~~~~~~~~~~~~
foo.c:15:13: note: while referencing 'b'
   15 |         int b[100],c=0;
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 204.0 KiB
#2 Wrong Answer Read 1, expect -1. 1ms 284.0 KiB

信息

递交者
类型
自测
题目
P1509 Problem 2B. 矩阵染色
语言
C
递交时间
2023-10-17 22:53:11
评测时间
2023-10-17 22:53:11
评测机
分数
10
总耗时
4ms
峰值内存
284.0 KiB