QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#94329#5674. Sum of RemaindersMaMengQiWA 2ms3316kbC++2397b2023-04-05 17:29:332023-04-05 17:29:34

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 3316kb

input:

16
4 6 10 12 6 8 12 14 18 10
3 5 9 11 5 7

output:

4 2 5 5 11

result:

ok single line: '4 2 5 5 11'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3316kb

input:

20
3 6 6 9 12 6 2 5 5 8
11 5 8 4 4 7 10 4 7 10

output:

4 2 5 5 11

result:

wrong answer 1st lines differ - expected: '3 3 6 7', found: '4 2 5 5 11'