#include int main() { // ゲーム回数 int turn = 0; int gameBoard[2][120000]; // 入力 scanf("%d", &turn); for (int i = 0; i