这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const int mod = 1e9 + 7; int n, ans = 0; int a[100005]; void dfs(int cnt, int x, int y, int z, int t, int id) { if(id > n)…
在讨论《最后一个数据超时了,求优化》回复:
@[Danielhaohao](luogu://user/1273525) 这个方法确实厉害,没想到,不过我那个判断的方法也不差,毕竟它判断次数只有位数除以2
在讨论《最后一个数据超时了,求优化》回复:
@[Danielhaohao](luogu://user/1273525) 感谢,不过我发现把偶数直接筛掉就不会超时了
在讨论《最后一个数据超时了,求优化》回复:
```cpp #include using namespace std; int a, b; bool huiwen(int n) { int i = 0, a[10]; while(n != 0) { a[i] = n % 10; n /= 10; i++; } for(int j = 0; j > a >> b;…
```cpp #include using namespace std; int a, b; bool huiwen(int n) { int i = 0, a[10]; while(n != 0) { a[i] = n % 10; n /= 10; i++; } for(int j = 0; j > a >> b;…
在讨论《有没有大犇看看问题在哪,只过了1、5两个数据》回复:
@[lcliruiyan](luogu://user/1337506) 噢噢,原来如此
在讨论《有没有大犇看看问题在哪,只过了1、5两个数据》回复:
@[zzhengxi](luogu://user/1279423) 感谢感谢
```cpp #include #include using namespace std; int q, n, a, b; string str, s; bool n4(string str, string s) { for(int i = 0; i > q >> str; for(int i = 1; i > n;…