QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#63310 | #4636. Optimal Assortment | Naitoah | WA | 3ms | 9604kb | C++14 | 1.9kb | 2022-11-21 17:15:42 | 2022-11-21 17:15:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 3ms
memory: 9604kb
input:
2 5 4 2 4 3 2 4 3 2 2 1 2 1 1 2 3 1 0 0 0 1 1 0 0 1 2 0 0
output:
16/9 12/7 8/9 3/2 2/3 0/1
result:
wrong answer 2nd lines differ - expected: '10/9', found: '12/7'