QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#640755#8936. Team Arrangementucup-team1310WA 0ms3844kbC++171.4kb2024-10-14 15:48:222024-10-14 15:48:23

详细

Test #1:

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

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: 3656kb

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: 3844kb

input:

2
1 1
2 2
1 1

output:

-2147483648

result:

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