QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37133 | #1245. Three balls | GuanYunchang | WA | 2ms | 3864kb | C++14 | 1.5kb | 2022-06-30 12:56:10 | 2022-06-30 12:56:11 |
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: 3864kb
input:
3 1 000 1 100 0 111
output:
7
result:
ok answer is '7'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3620kb
input:
5 2 10110 0 11010 1 00000
output:
19
result:
ok answer is '19'
Test #3:
score: 0
Accepted
time: 2ms
memory: 3820kb
input:
3 2 011 0 100 3 010
output:
8
result:
ok answer is '8'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3828kb
input:
5 1 11010 3 00001 4 01011
output:
31
result:
wrong answer expected '32', found '31'