这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《一个奇怪的问题,求助大佬》回复:
@[鏡音リン](/user/90893) 感谢大佬 说得非常有道理
代码这样的 ```cpp #include #define N 100000 #define ll long long #define add(x, y, mod) x = (x + ((y) % mod)) % mod #define multiply(x, y, mod) x = (x * ((y) % mod))…
在讨论《请问 我这个有什么问题?谢谢》回复:
```cpp int main() { int i; num[1][1]=0; // 输入目标 scanf("%s",s); for(i=1;i<10;i++) { aim[i]=s[i-1]-48; if(aim[i]==0) aim[0]=i; } // 输入初始 scanf("%s",s); for(i=1;i<…
在讨论《请问 我这个有什么问题?谢谢》回复:
```cpp #include #include #include #include using namespace std;//num[n][0]是在案编号,num[n][1]是从哪来。 int test[362881][10],num[362881][2],d1[2]={1,-1},d2[2]={3,-3},hea…