QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#380178 | #3701. Necklace | ucup-team1383 | WA | 2ms | 10044kb | C++20 | 2.3kb | 2024-04-06 21:31:18 | 2024-04-06 21:31:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 7864kb
input:
6 10000 3 2 4 2 3
output:
10010
result:
ok 1 number(s): "10010"
Test #2:
score: 0
Accepted
time: 2ms
memory: 10044kb
input:
2 10000 10000
output:
10000
result:
ok 1 number(s): "10000"
Test #3:
score: 0
Accepted
time: 1ms
memory: 7724kb
input:
1 10000
output:
10000
result:
ok 1 number(s): "10000"
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 6376kb
input:
100 5 2 7 8 4 2 4 6 2 3 3 3 6 9 0 7 5 5 8 8 1 8 5 1 9 5 0 0 5 9 5 9 4 7 8 6 9 5 10000 3 0 5 3 9 3 7 7 5 7 5 0 0 8 6 1 7 1 0 4 4 4 6 2 6 8 7 2 0 1 9 8 3 6 4 5 0 0 2 5 1 0 1 5 5 3 4 3 1 6 7 0 5 7 5 3 1 4 0 6 9
output:
10195
result:
wrong answer 1st numbers differ - expected: '10182', found: '10195'