QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212277#4234. Tic Tac Toe Countingucup-team138#WA 2ms3608kbC++143.2kb2023-10-13 14:10:262023-10-13 14:10:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

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

result:

wrong answer 3rd lines differ - expected: '0 1', found: '-1 -1'