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...