0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 21:25:24 +00:00

#1887. 【BZOJ3907】网格

https://sjzezoj.com/submission/69038
This commit is contained in:
Baoshuo Ren 2023-02-10 22:00:31 +08:00
parent 0dae9844f1
commit 411eca26e2
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
22 changed files with 68 additions and 0 deletions

5
S2OJ/1887/1887.py Normal file
View 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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.