QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#503250 | #4373. Swap Space | Milmon | WA | 0ms | 3880kb | C++14 | 659b | 2024-08-03 17:13:06 | 2024-08-03 17:13:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
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'