QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#864967#9771. Guessing Gamegg_gongWA 3ms31632kbC++204.3kb2025-01-21 12:30:202025-01-21 12:30:21

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 31632kb

input:

4
1 1
1 2
2 1
2 2

output:

0 1
0 2
1 2
0 0

result:

wrong answer 1st numbers differ - expected: '1', found: '0'