QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'