QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#179362 | #5674. Sum of Remainders | GuanYunchang | WA | 1ms | 5504kb | C++ | 1.7kb | 2023-09-14 20:55:33 | 2023-09-14 20:55:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5420kb
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: 0
Accepted
time: 1ms
memory: 5468kb
input:
20 3 6 6 9 12 6 2 5 5 8 11 5 8 4 4 7 10 4 7 10
output:
3 3 6 7
result:
ok single line: '3 3 6 7 '
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5504kb
input:
40 7 14 21 28 35 42 42 49 56 63 70 65 59 45 37 44 51 58 65 72 72 79 86 57 39 33 40 26 33 25 32 39 46 53 53 48 55 62 56 63
output:
7 7 6 6 1 1 5 12 12 11 11 14 3 3
result:
wrong answer 1st lines differ - expected: '7 7 12 13 14 15 24 25', found: '7 7 6 6 1 1 5 12 12 11 11 14 3 3 '