cf/mirror

Game of chess unfinished

CF
42B1700· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
a6 b4 c8 a8
Output
CHECKMATE
Sample 2of 3
Input
a6 c4 b6 b8
Output
OTHER
Sample 3of 3
Input
a2 b1 a3 a1
Output
OTHER
42B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)