QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#562348#8936. Team Arrangementucup-team4364#WA 0ms3880kbC++202.0kb2024-09-13 16:58:552024-09-13 16:58:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3804kb

input:

3
2 3
1 2
2 2
4 5 100

output:

9

result:

ok single line: '9'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3880kb

input:

3
1 3
3 3
2 3
1 1 100

output:

100

result:

ok single line: '100'

Test #3:

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

input:

2
1 1
2 2
1 1

output:

-2147483648

result:

wrong answer 1st lines differ - expected: 'impossible', found: '-2147483648'