QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#503250#4373. Swap SpaceMilmonWA 0ms3880kbC++14659b2024-08-03 17:13:062024-08-03 17:13:06

詳細信息

Test #1:

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

input:

4
6 6
1 7
3 5
3 5

output:

1

result:

ok single line: '1'

Test #2:

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

input:

4
2 2
3 3
5 1
5 10

output:

5

result:

ok single line: '5'

Test #3:

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

input:

1
42 41

output:

42

result:

ok single line: '42'

Test #4:

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

input:

5
3000 500000
20 21
20 100
4000 4001
4000 4100

output:

2919

result:

ok single line: '2919'

Test #5:

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

input:

5
2000 1999
20 1
20 19
3500 1000
5000 4000

output:

5000

result:

ok single line: '5000'

Test #6:

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

input:

5
40 35
30 30
1000 1000
50 50
35 40

output:

1000

result:

wrong answer 1st lines differ - expected: '995', found: '1000'