记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:16:136: error: ‘bs’ undeclared (first use in this function); did you mean ‘ys’?
   16 |                         if (((a[i] - xs == 1 || a[i] - xs == -1) && (b[i] - ys == 0 || b[i] - ys == 2 || b[i] - ys == -2)) || ((b[i] - bs == 1 || b[i] - ys == -1) && (a[i] - xs == 0 || a[i] - xs == 2 || a[i] - xs == -2)))
      |                                                                                                                                        ^~
      |                                                                                                                                        ys
foo.c:16:136: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
P1480 F. Poor horse leg
语言
C
递交时间
2024-08-23 14:42:55
评测时间
2024-08-23 14:42:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes