Is the output like this?
50
50
55
54
54
54
53
53
Search found 2 matches
- Sat Apr 26, 2003 3:59 am
- Forum: Volume 104 (10400-10499)
- Topic: 10457 - Magic Car
- Replies: 20
- Views: 12942
- Fri Apr 18, 2003 8:41 am
- Forum: Volume 104 (10400-10499)
- Topic: 10477 - The Hybrid Knight
- Replies: 19
- Views: 8331
10477
const
mv: array[0..2, 1..8, 1..2]of longint =
(
((-2, -1), (-2, 1), (-1, 2), (1, 2),
(2, 1), (2, -1), (1, -2), (-1, -2)),
((-3, -1), (-3, 1), (-1, 3), (1, 3),
(3, 1), (3, -1), (1, -3), (-1, -3)),
((-1, 0), (1, 0), (0, -1), (0, 1),
(-1, -1), (-1, 1), (1, -1), (1, 1))
);
err = $7fffffff ...
mv: array[0..2, 1..8, 1..2]of longint =
(
((-2, -1), (-2, 1), (-1, 2), (1, 2),
(2, 1), (2, -1), (1, -2), (-1, -2)),
((-3, -1), (-3, 1), (-1, 3), (1, 3),
(3, 1), (3, -1), (1, -3), (-1, -3)),
((-1, 0), (1, 0), (0, -1), (0, 1),
(-1, -1), (-1, 1), (1, -1), (1, 1))
);
err = $7fffffff ...