QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#20805#2571. Aidana and PitaL_G_J#TL 3ms5708kbC++204.5kb2022-02-18 19:23:282022-05-03 11:30:30

詳細信息

Test #1:

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

input:

5
2 3 1 4 2

output:

3 1 1 2 3 

result:

ok answer is 0

Test #2:

score: 0
Accepted
time: 3ms
memory: 5664kb

input:

6
3 2 5 3 4 2

output:

1 3 3 1 2 2 

result:

ok answer is 1

Test #3:

score: 0
Accepted
time: 1ms
memory: 5676kb

input:

3
2617460 3290620 1468912

output:

2 3 1 

result:

ok answer is 1821708

Test #4:

score: -100
Time Limit Exceeded

input:

25
6 6 7 8 5 10 5 7 10 10 4 4 5 8 1 6 3 1 9 4 10 7 8 4 5

output:


result: