这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include using namespace std; const int N=1e6+5; long long c[N] , w[N] , dp[N] , n , v , tmp , res , ans = 1e9 ; signed main() { ios::sync_with_stdio(0); ci…
``` #include using namespace std; int n , s[105] , dp[25005] , tmp ; int main() { int T ; cin >> T ; while(T--) { int n ; cin >> n ; tmp = 0 ; for(int i = 1 ; i…
``` #include using namespace std ; int A[10000005] , B[1000005] , C[1000005] ; bool cmp(string x , string y) { if(x.size() != y.size()) { return x.size() > y.si…
``` #include #define int long long using namespace std ; int dig(int x) { int tmp = 0 ; while(x) { tmp += x % 10 ; tmp %= 9 ; x /= 10 ; } return tmp ; } signed…
``` #include #define int long long using namespace std ; const int N = 1e5 + 5 ; int x[N] , y[N] , k[N] , tmp[N] , ans , tot = 1 ; void exgcd(int n , int m , in…
``` #include #define int long long using namespace std ; const int N = 15 ; vector w(N , 0) , v(N , 0) ; void exgcd(int n , int m , int &x , int &y) { if(!m) {…
在讨论《求调》回复:
@[ylpreston](luogu://user/1089166)A了 Thank you
在讨论《求调》回复:
@[ylpreston](luogu://user/1089166)MLE
```cpp #include using namespace std ; const int N = 100000005 , M = 6e6 + 5 ; int primes[M] , idx , ans , pri[N] ; signed main() { for(int i = 2 ; i > T ; while…
在讨论《20分求跳》回复:
@[kobelukuankuan](luogu://user/1124371) Thank you
``` #include using namespace std ; const int N = 1e4 + 5 , M = 105 , mod = 20123 ; struct node { int x , y ; } s[N][M] ; int sum , step , cnt ; int k[N] ; int m…
在讨论《《深入浅出(进阶篇)》开售》回复:
666