抟扶摇而上者
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const int maxn=1e7+5; int n,k,ans=INT_MIN; int a[maxn],sum[maxn]; int main(){ ios::sync_with_stdio(0); cin>>n>>k; for(int i…
在讨论《建议升橙》回复:
@[wzx40788](/user/981762) 哪有那么复杂?! ```cpp #include using namespace std; const int maxn=3e5+5; int n; bool pri(int x){ if(x<2) return 0; for(int i=2;i*i<=x;++i)…
在讨论《90求助》回复:
@[ABCD_efg](/user/1430173) ```cpp #include using namespace std; const int maxn=1e9; long long a,b; int main(){ ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);…
```cpp #include #define pb push_back using namespace std; const int maxn=1e3+5; int n,m,vis[maxn][maxn]; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; int ddx[8]=…
```cpp #include using namespace std; const int maxn=1e3+5; int n,m,vis[maxn][maxn],x,y,u,v; int dx[8]={1,1,-1,-1,2,2,-2,-2}; int dy[8]={2,-2,2,-1,1,-1,1,-1}; st…
在讨论《0分求助》回复:
输出时1字框中的2都是0
经检验,问题出在bfs()函数中。 ```cpp #include using namespace std; int n; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; int vis[35][35]; char s[35][35]; struct node{ int x; i…
```cpp #include using namespace std; int n,qx,qy,fx,fy,vis[105][105]; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; char s[105][105]; bool flag; struct node{ int…
在讨论《Please tell me why.》回复:
@[Jacky0909](/user/1097314) ```cpp #include using namespace std; int n,m; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; int ax[115],ay[80]; //过程记录 char s[115][80]…
在讨论《Please tell me why.》回复:
@[Jacky0909](/user/1097314) ???怎么调
 **注:先不要看我的输出内容**。 ```cpp #include using namespace std; int n,m,vis[115][80]; in…
在讨论《90分求助》回复:
@[wangtairan114](/user/1023189) 而且只有95分。
在讨论《90分求助》回复:
@[wangtairan114](/user/1023189) 按照我的写法,运行速度不是更快吗?
```cpp #include using namespace std; int x,y,z,m,n; int ans; int main(){ scanf("%d%d%d%d%d",&x,&y,&z,&n,&m); for(int a=0;a<=m/x;++a){ for(int b=0;b<=m/y;++b){ i…
[举报历史](https://www.luogu.com.cn/user/notification?type=3&page=1)
```cpp #include using namespace std; int n,m,ans; int dx[4]={0,0,-1,1}; int dy[4]={1,-1,0,0}; // 上 下 左 右 char s[105][105]; bool vis[105][105]; int dfs(int x,int…
在讨论《求C++随机数代码(伪随机数大大滴不要)》回复:
@[CCF_XXX](/user/1382435) ```cpp #include using namespace std; int T=3e5+5; int n; int main(){ srand(T); while(1){ n=rand(); cout<<n<<' '; } return 0; } ```
```cpp #include using namespace std; int n; string s; int main(){ std::ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); cin>>n; while(n--){ cin>>s; int len…
都是60分的代码: 第一份代码: ```cpp #include using namespace std; const int maxn=3e5+5; long long a,b; long long qpow(long long x,long long y){ long long ans=1; while(y--){…
在讨论《头像为什么换不了!!!》回复:
@[DONG_yangmi](/user/1052154) @[DONG_yangmi](/user/1052154) shift+刷新按钮
在讨论《洛谷举报专区》回复:
@[RSDL](/user/1258015) ooo
在讨论《洛谷举报专区》回复:
@[洛谷](/user/3) 被举报用户:[jipo](/user/1131246) 原因:抄题解 证据:[题解](https://www.luogu.com.cn/problem/solution/P2012) [Ta的答案](https://www.luogu.com.cn/record/151422149) @[…
在讨论《以python编程者的角度讲》回复:
@[Bingxiu](/user/676498) 这是一道高精度算法题。
在讨论《水题》回复:
@[jiwy](/user/1284998) U416042
在讨论《如何发图片》回复:
@[Markwall](/user/1329222) 还有一种: ~~1、打开稽木世界,登录自己的账号; 2、点一下右上角你的账号图标,在下拉窗口中找到“我的作品”,点击; 3、点击窗口右上偏左下的位置的“+新建作品”;~~ 4、用微信、搜狗拼音输入法等截图; 5、在评论区粘贴,跳出的一行“乱码”就是你的图片地址。
在讨论《如何发图片》回复:
@[Markwall](/user/1329222) 我一般是这样做的(省空间,适用于Edge): 1、打开[稽木世界](gitblock.cn),登录自己的账号; 2、点一下右上角你的账号图标,在下拉窗口中找到“我的作品”,点击; 3、点击窗口右上偏左下的位置的“+新建作品”; 4、观察到作品下方有一个“评论区”,右…
在讨论《问个问题》回复:
看到了
个人中心最上面那副插画怎么换? 
在讨论《距中考仅剩95天,今在此励志(违规自删)》回复:
@[Second_w](/user/510908) 问题不大,放平心态最重要,总会厚积簿发的。