QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#730039#9566. Topologyucup-team5703#WA 1ms3740kbC++202.5kb2024-11-09 18:25:522024-11-09 18:25:52

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 3644kb

input:

4
1 1 2

output:

3 2 1 2 

result:

ok 4 number(s): "3 2 1 2"

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3740kb

input:

9
1 1 2 2 3 3 4 5

output:

672 420 180 200 160 126 126 210 210 

result:

wrong answer 4th numbers differ - expected: '160', found: '200'