我愿变成一颗恒星,守护海底的蜂鸣
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; ll n,m,ans=1e18; const ll N = 1e7+6,M=30; vector > b1; vector > b2; vector > f1; vector > f2; ll t[10…
在讨论《关于CSP提交》回复:
@[fcz_FCZ](/user/1423201) 意思是:在D盘里建一个以准考证号命名的文件夹,然后在这个文件夹里建txt
在讨论《关于CSP提交》回复:
@[vistakuang](/user/1109229) GD-J00001 里?
在讨论《关于CSP提交》回复:
@[fcz_FCZ](/user/1423201) 意思是:我要在D盘中建一个文件夹,以准多证号命名,还要建一个txt,以自己的姓名命名
 请问一下第4点文件夹创建这样对吗  还有,7.2什么意思啊
```cpp #include using namespace std; typedef long long ll; ll n,m,a[1000006],cnt[2006],cnt2[2006]; ll l,r; signed main(){ cin>>n>>m; for(ll i = 1;i >a[i]; cnt[a…
在讨论《双端队列 20 分求救》回复:
[记录](https://www.luogu.com.cn/record/180442972)
完全依照题意模拟,为什么 WA 了? [](https://picture.gptkong.com/20241006/14504f61f6d7744c719da8f61824f1767d.png) ```cpp #include using namespace std; typedef long long ll; de…
在讨论《关于我对 map 使用的一些疑惑》回复:
@[pyy1](/user/581316) 谢谢
在讨论《关于我的疑惑》回复:
谢谢各位大佬
在讨论《关于我的疑惑》回复:
我又有一个疑惑,开了 O2 优化后总时间到了278ms,对比其他 使用 `floyd` 求最短路的同学比(比如[这位](https://www.luogu.com.cn/record/175025769)) 仍有一定差异。难不成真的是 `map` 的问题,希望有神牛能为我解答
同样是用 `floyd` 求最短路,为什么有些人总耗时在35ms左右,而我用了2s。是 `map` 的问题吗? [记录详细](https://www.luogu.com.cn/record/175181206)
在讨论《初一生向广大学姐学长求解》回复:
建议班委,学生会不要考虑(真的没啥好处,纯纯浪费时间),有时间可以参加一些志愿活动,积累时长(这个对入团有一定帮助)。当然,最重要的是好好学习,不要偏科。(纯个人观点,不喜勿喷)
在讨论《【LGR-195-Div.3】洛谷基础赛 #14 & Flanksy Round I 赛时答疑帖》回复:
$D$ 题是不是没有给出小 Y 封锁了那些路?
``` ``` [提交记录](https://www.luogu.com.cn/record/161568477) ## 代码: ```cpp #include using namespace std; int n,m,a[1006][1006],ans=INT_MAX; //int sx1,sy1,sx2,sy2;…
[记录](https://www.luogu.com.cn/record/156779555) ```cpp #include using namespace std; int n,m; int ans=0; int a[706][706]; bool vis[706][706]; const int dx[8]={1…
[代码](https://www.luogu.com.cn/record/156779971) ```cpp #include using namespace std; int n,m; int ans=0; int a[706][706]; bool vis[706][706]; const int dx[8]={1…
```c #include using namespace std; int flag = 0; void work(int x){ for(int i = 2;i > n; for(int i = 1;i > x; work(x); } return 0; } ```
```c #include using namespace std; const int N=1e4+6; int sum[N]; int yw[N],sx[N],yy[N]; int main(){ int n,ans=0; cin >> n; for(int i = 1;i > yw[i] >> sx[i] >>…
```c #include using namespace std; int main(){ int x,n,ans=0; cin >> x >> n; for(int i = x;i <= n;++i){ if((i + 1) % 7 != 6 || (i + 1) %7 != 0) ans++; } cout <<…
```c #include using namespace std; const int N = 5e5 + 5; typedef long long ll; struct event{ int tp; int x,y; int a1,b1,a2,b2; event(){} event(const int _x,con…