QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#301057#4234. Tic Tac Toe CountingZhaoZiLongWA 2ms3864kbC++202.8kb2024-01-09 13:00:072024-01-09 13:00:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3864kb

input:

4
XX..O....
X...OX...
OOOX.X.X.
OOOXXX...

output:

0
0
191 194
232 200
0 1
-1 -1

result:

wrong answer 1st lines differ - expected: '191 194', found: '0'