QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#762233 | #9123. Kth Sum | GuanYunchang | WA | 1ms | 3664kb | C++17 | 2.0kb | 2024-11-19 14:14:25 | 2024-11-19 14:14:29 |
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: 3624kb
input:
2 4 1 2 3 4 5 6
output:
10
result:
ok "10"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3664kb
input:
10 40 11 9 13 12 15 11 11 2 11 17 3 1 10 2 12 18 9 11 11 15 14 9 4 14 16 9 20 2 1 18
output:
14
result:
ok "14"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3628kb
input:
1 1 1000000000 1000000000 1000000000
output:
0
result:
wrong answer 1st words differ - expected: '3000000000', found: '0'