QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#37182 | #1285. Stirling Number | HuangHanSheng | ML | 32ms | 30472kb | C++17 | 3.7kb | 2022-06-30 13:46:47 | 2022-06-30 13:46:47 |
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: 100
Accepted
time: 2ms
memory: 26256kb
input:
4 1 4 5
output:
4
result:
ok "4"
Test #2:
score: 0
Accepted
time: 2ms
memory: 26496kb
input:
6 5 5 29
output:
15
result:
ok "15"
Test #3:
score: 0
Accepted
time: 32ms
memory: 30472kb
input:
1000 685 975 999983
output:
482808
result:
ok "482808"
Test #4:
score: 0
Accepted
time: 0ms
memory: 13800kb
input:
8 7 8 7
output:
1
result:
ok "1"
Test #5:
score: -100
Memory Limit Exceeded
input:
6 4 6 3