QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#179181#5674. Sum of RemaindersHuangHanShengWA 0ms3612kbC++201.2kb2023-09-14 19:17:412023-09-14 19:17:42

詳細信息

Test #1:

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

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:

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