明亮马里奥

文章
4
资源
0
加入时间
3年0月28天

codeforce Number of Ways(暴力)

1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #define N 500005 6 using namespace std; 7 typedef long long LL; 8 LL p...