QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#418097#8567. Cheap ConstructionZ_301#WA 0ms18164kbC++176.2kb2024-05-23 10:34:052024-05-23 10:34:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1
3
1 1
2 2
1 3

output:

1 1
1 3
2 2

result:

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