mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 20:08:47 +00:00
parent
0dae9844f1
commit
411eca26e2
5
S2OJ/1887/1887.py
Normal file
5
S2OJ/1887/1887.py
Normal file
@ -0,0 +1,5 @@
|
||||
from math import *
|
||||
|
||||
n, m = map(int, input().split())
|
||||
|
||||
print(comb(n + m, m) - comb(n + m, m - 1))
|
BIN
S2OJ/1887/data/data1.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data1.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data1.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data1.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data10.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data10.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data10.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data10.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data2.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data2.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data2.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data2.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data3.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data3.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data3.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data3.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data4.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data4.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data4.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data4.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data5.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data5.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data5.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data5.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data6.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data6.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data6.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data6.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data7.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data7.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data7.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data7.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data8.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data8.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data8.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data8.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data9.in
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data9.in
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/data9.out
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/data9.out
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
S2OJ/1887/data/problem.conf
(Stored with Git LFS)
Normal file
BIN
S2OJ/1887/data/problem.conf
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user