QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#426417 | #6325. Peaceful Results | crescent | WA | 224ms | 66156kb | C++14 | 3.2kb | 2024-05-31 10:27:07 | 2024-05-31 10:27:08 |
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: 16ms
memory: 28620kb
input:
2 2 0 0 1 1 0 1 0 1
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 15ms
memory: 28580kb
input:
3 0 1 2 3 0 0 1 1 1
output:
0
result:
ok 1 number(s): "0"
Test #3:
score: 0
Accepted
time: 56ms
memory: 37636kb
input:
333333 111111 111111 111111 111111 111111 111111 111111 111111 111111
output:
383902959
result:
ok 1 number(s): "383902959"
Test #4:
score: 0
Accepted
time: 214ms
memory: 63912kb
input:
1500000 500000 500000 500000 500000 500000 500000 500000 500000 500000
output:
355543262
result:
ok 1 number(s): "355543262"
Test #5:
score: -100
Wrong Answer
time: 224ms
memory: 66156kb
input:
1499999 499999 499999 500001 499999 499999 500001 499999 499999 500001
output:
76407556
result:
wrong answer 1st numbers differ - expected: '934301164', found: '76407556'