QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#322361#4770. Binomial coefficientslmq26052003WA 27ms3828kbC++201.4kb2024-02-06 22:06:482024-02-06 22:06:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 27ms
memory: 3828kb

input:

2
2
15

output:

2
(2,1) (2,1) 
6
(6,2) (6,4) (15,1) (15,1) (15,14) (15,14) 

result:

wrong answer 1st lines differ - expected: '1', found: '2'