QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#379455#8567. Cheap Constructionucup-team221#RE 1ms10024kbC++202.0kb2024-04-06 17:33:172024-04-06 17:33:27

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 10024kb

input:

1
3
1 1
2 2
1 3

output:

1 1
1 3
3 2

result:

ok 3 lines

Test #2:

score: -100
Runtime Error

input:

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

output:


result: