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)提供评测服务
信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1509 Problem 2B. 矩阵染色
 - 语言
 - C
 - 递交时间
 - 2023-10-17 22:57:01
 - 评测时间
 - 2023-10-17 22:57:01
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 4ms
 - 峰值内存
 - 284.0 KiB