QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#52479#4234. Tic Tac Toe CountingZhaoZiLongWA 0ms3740kbC++143.4kb2022-10-04 12:54:082022-10-04 12:54:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3740kb

input:

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

output:

191 194
191 194
191 194
191 194

result:

wrong answer 2nd lines differ - expected: '232 200', found: '191 194'