// This file is generated by mkfile.py // Date: 2025-12-05 #include bool divisorGame(int n) { return n % 2 == 0; }