QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#73328 | #1443. Potato Shuffle | Arraiter | WA | 3ms | 7520kb | C++14 | 3.1kb | 2023-01-23 21:40:02 | 2023-01-23 21:40:04 |
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: 1ms
memory: 7412kb
input:
3 7 5 2 4
output:
3
result:
ok "3"
Test #2:
score: 0
Accepted
time: 3ms
memory: 7424kb
input:
5 4 1 2 3 2 1
output:
10
result:
ok "10"
Test #3:
score: 0
Accepted
time: 0ms
memory: 7420kb
input:
6 4 9 10 1 9 8 9
output:
1
result:
ok "1"
Test #4:
score: 0
Accepted
time: 1ms
memory: 7476kb
input:
8 0 4 9 2 9 2 3 9 10
output:
1
result:
ok "1"
Test #5:
score: 0
Accepted
time: 2ms
memory: 7416kb
input:
5 3 9 8 1 9 8
output:
1
result:
ok "1"
Test #6:
score: -100
Wrong Answer
time: 3ms
memory: 7520kb
input:
6 12 4 7 2 9 1 9
output:
48
result:
wrong answer 1st words differ - expected: '60', found: '48'