QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#429477#8567. Cheap Constructionucup-team3497#WA 2ms13936kbC++203.4kb2024-06-02 15:56:342024-06-02 15:56:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 13924kb

input:

1
3
1 1
2 2
1 3

output:

1 1
1 3
3 2

result:

ok 3 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 13936kb

input:

2
3
1 1
1 2
3 1
3
1 3
2 1
3 3

output:

1 1
1 1
1 2
1 1
1 1
1 2
1 1
1 3
3 3

result:

wrong answer 5th lines differ - expected: '1 3', found: '1 1'