QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#37177#1285. Stirling NumberMaMengQiML 37ms36848kbC++173.9kb2022-06-30 13:43:052022-06-30 13:43:06

詳細信息

Test #1:

score: 100
Accepted
time: 7ms
memory: 36776kb

input:

4 1 4 5

output:

4

result:

ok "4"

Test #2:

score: 0
Accepted
time: 3ms
memory: 36596kb

input:

6 5 5 29

output:

15

result:

ok "15"

Test #3:

score: 0
Accepted
time: 37ms
memory: 36848kb

input:

1000 685 975 999983

output:

482808

result:

ok "482808"

Test #4:

score: 0
Accepted
time: 11ms
memory: 32488kb

input:

8 7 8 7

output:

1

result:

ok "1"

Test #5:

score: -100
Memory Limit Exceeded

input:

6 4 6 3

output:


result: