QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#83088 | #4770. Binomial coefficients | xiaowuc1 | WA | 4ms | 6928kb | Python2 | 770b | 2023-03-01 05:48:24 | 2023-03-01 05:48:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 4ms
memory: 6928kb
input:
2 2 15
output:
1 2 1
result:
wrong answer 2nd lines differ - expected: '(2,1)', found: '2 1'