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