QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#37175 | #1285. Stirling Number | MaMengQi | ML | 38ms | 38820kb | C++17 | 4.5kb | 2022-06-30 13:41:12 | 2022-06-30 13:41:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4ms
memory: 38640kb
input:
4 1 4 5
output:
4
result:
ok "4"
Test #2:
score: 0
Accepted
time: 15ms
memory: 38684kb
input:
6 5 5 29
output:
15
result:
ok "15"
Test #3:
score: 0
Accepted
time: 38ms
memory: 38820kb
input:
1000 685 975 999983
output:
482808
result:
ok "482808"
Test #4:
score: 0
Accepted
time: 11ms
memory: 32672kb
input:
8 7 8 7
output:
1
result:
ok "1"
Test #5:
score: -100
Memory Limit Exceeded
input:
6 4 6 3