QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#383749 | #3701. Necklace | ucup-team1383 | WA | 0ms | 5728kb | C++17 | 1.5kb | 2024-04-09 17:17:54 | 2024-04-09 17:17:56 |
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: 3640kb
input:
6 10000 3 2 4 2 3
output:
10010
result:
ok 1 number(s): "10010"
Test #2:
score: 0
Accepted
time: 0ms
memory: 5728kb
input:
2 10000 10000
output:
10000
result:
ok 1 number(s): "10000"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5640kb
input:
1 10000
output:
0
result:
wrong answer 1st numbers differ - expected: '10000', found: '0'