QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#83088#4770. Binomial coefficientsxiaowuc1WA 4ms6928kbPython2770b2023-03-01 05:48:242023-03-01 05:48:27

詳細信息

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'