QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#851826#9920. Money Game 2qoj-AccountWA 0ms17976kbC++203.5kb2025-01-11 03:51:042025-01-11 03:51:04

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 17976kb

input:

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

output:

6 5 7 8 8 
4 1
4 4 5 4 4 
1000000000 

result:

wrong answer 7th numbers differ - expected: '4', found: '1'