QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#908503 | #7193. Data Structure You've Never Heard Of | angletrisection | WA | 1ms | 5864kb | C++14 | 1012b | 2025-02-21 00:31:14 | 2025-02-21 00:31:14 |
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: 3584kb
input:
3 2 00 00 11
output:
7
result:
ok 1 number(s): "7"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 5864kb
input:
4 3 110 100 011 101
output:
8
result:
wrong answer 1st numbers differ - expected: '5', found: '8'