QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#838369#9920. Money Game 2ucup-team159WA 1ms3476kbC++209.1kb2024-12-31 07:37:582024-12-31 07:38:00

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3476kb

input:

3
5
2 1 4 3 5
5
2 1 3 1 2
1
1000000000

output:

2 2 2 2 2 
2 2 
2 

result:

wrong answer 1st numbers differ - expected: '6', found: '2'