三年Oi尘与土
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《坐标HB,关于csp》回复:
@[x12345678901](luogu://user/1176477) 只两个二等太废物
在讨论《坐标HB,关于csp》回复:
HE
在讨论《坐标HB,关于csp》回复:
小学九年级,我记错了
在讨论《样例全过求hack》回复:
@[ouxiyao](luogu://user/1155764) Cna yuo hlpe me?
在讨论《进食后人WA》回复:
@[hhliuzihe](luogu://user/1607565) 大佬快给我条代码[orz](https://www.luogu.com.cn/discuss/1185462)
在讨论《样例全过求hack》回复:
@[ouxiyao](luogu://user/1155764) My code is not easy to understand. ```cpp #include #define int long long #define endl "\n" using namespace std; const int N=2e5…
在讨论《进食后人WA》回复:
@[hhliuzihe](luogu://user/1607565) 谢谢大佬,我这个废物看不出来
在讨论《求助csp-j玄关》回复:
别暗示自己不会就行
在讨论《求助csp-j玄关》回复:
感觉什么都不会,和什么都不会不是一个东西
在文章《题解:P12822 [NERC 2021] Interactive Treasure Hunt》发表评论:
我去我去,大佬讲得太好了吧
在讨论《关于csp输入输出》回复:
@[JuRuoOIer](luogu://user/476093) 谢
在讨论《关于csp输入输出》回复:
此帖结
在讨论《关于csp输入输出》回复:
@[Hermose_](luogu://user/1231930) 谢
在讨论《关于csp输入输出》回复:
@[Halberd_Cease](luogu://user/441247) 谢
在讨论《关于csp输入输出》回复:
现在只写 freopen ,不写 fclose 了
在讨论《关于csp输入输出》回复:
@[complete_binary_tree](luogu://user/683859) 好的,谢谢,但却是找不到 *任务管理器“未命名2.exe”*
在讨论《关于csp输入输出》回复:
@[G2_NIKO](luogu://user/666028) 好的,谢
都说谷友智慧无限,于是来问,考试时能不能用 ios 加速 ```cpp ios::sync_with_stdio(false); cin.tie(0);cout.tie(0); ``` 和 freopen 放一起,本地运行会有乱码 ~~(我忘了那坨是啥了)~~ ,然后第二次运行会这样 》发表评论:
orz
在讨论《85分,求调》回复:
此贴结
在讨论《85分,求调》回复:
@[foreverlove_Seele](luogu://user/1271325) 也不知道@我
在讨论《85分,求调》回复:
**谢谢**
```cpp #include using namespace std; string sn; signed main(){ cin>>sn; if(sn[0]=='-'){ sn.erase(0,1); int n=sn.size()+1; if(n 10 && n 10 && n<19){ cout<<"long…
在讨论《关于时间复杂度,求问》回复:
@[sbno333](luogu://user/416975) 好的谢谢
在讨论《关于时间复杂度,求问》回复:
@[sbno333](luogu://user/416975)
在讨论《关于时间复杂度,求问》回复:
问一下大佬 [这个题解](https://www.luogu.com.cn/article/zj4hdvky) 感觉跟我差不多,他说是 O(n)