这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《这题太水了吧》回复:
@[foxdemon](/space/show?uid=110278) 私人题库不能发题解吧好像
在讨论《这题太水了吧》回复:
@[HNFMS_HeJiayi](/space/show?uid=87267) https://www.luogu.org/problemnew/show/U73919
在讨论《这题太水了吧》回复:
@[zrz_orz](/space/show?uid=52295) https://www.luogu.org/problemnew/show/U73919
在讨论《这题太水了吧》回复:
https://www.luogu.org/problemnew/show/U73919
在讨论《这题太水了吧》回复:
```cpp #include #include #include #define int long long using namespace std; int prime[10]={2,3,5,7,11,13,17,19,23,29}; int Quick_Multiply(int a,int b,int c) //…
很显然我们可以用MIller Rabin算法水过这道题``` #include #include #include #define int long long using namespace std; int prime[10]={2,3,5,7,11,13,17,19,23,29}; int Quick_Multip…
在讨论《并查集只有60蒟蒻妹子快要哭了》回复:
@[zhaojinxi](/space/show?uid=120026)
在讨论《并查集只有60蒟蒻妹子快要哭了》回复:
@[kkksc03](/space/show?uid=1)
在讨论《并查集只有60蒟蒻妹子快要哭了》回复:
@[defense](/space/show?uid=82213)
在讨论《并查集只有60蒟蒻妹子快要哭了》回复:
@[pengkun](/space/show?uid=134658) 我不是女装啊
在讨论《JC是什么?》回复:
没带耳机不要点 https://www.luogu.org/discuss/show/121784
在讨论《新功能 学术模式》回复:
https://www.luogu.org/discuss/show/121784 带上耳机再打开
在讨论《洛谷日报历年目录》回复:
https://www.luogu.org/discuss/show/121784
在讨论《贵圈真乱》回复:
开源爬虫 https://www.luogu.org/discuss/show/121784
```cpp #include #include #include #include #include using namespace std; int read() { int x=0,f=1;char c=getchar(); while(c '9') { if(c=='-') f=-1; c=getchar();…
在讨论《为什么‘==’判断会程序死循环啊》回复:
已A,终结
#include #include #include #include #include #include //#include using namespace std; void stopp() { cout >a>>b>>c; int len=strlen(a); for(int i=0;i<=len;++i) {…