Before was was was,was was is.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《大佬们求助(28pts)》回复:
@[ZYCH666](/user/1148326) [这个题](https://www.luogu.com.cn/problem/P5855)
在讨论《大佬们求助(28pts)》回复:
@[ZYCH666](/user/1148326) P5855
```cpp #include using namespace std; typedef long long ll; int main(){ ll n,k; ll all=1; cin>>n>>k; string password; cin>>password; // cerr >x>>a[i]; all*=x; in…
```cpp #include #include #include using namespace std; int delta(int a,int b,int c){ return b*b-4*a*c; } int gcd(int a,int b){ return __gcd(a,b); } bool check(i…
在讨论《J T3 求调》回复:
@[ShanireZ](/user/116524) 已改,还是这样 ```cpp #include #include #include using namespace std; int delta(int a,int b,int c){ return b*b-4*a*c; } int gcd(int a,int b){…
```cpp #include #include #include using namespace std; int delta(int a,int b,int c){ return b*b-4*a*c; } int gcd(int a,int b){ return __gcd(a,b); } bool check(i…
在讨论《多少估值橙名》回复:
170
在讨论《请问unsigned long long范围内的卡迈克尔数有哪些》回复:
主要是有些看不懂英文
在讨论《请问unsigned long long范围内的卡迈克尔数有哪些》回复:
@[LuoTianyi_Official](/user/424089) 哪里
在讨论《请问unsigned long long范围内的卡迈克尔数有哪些》回复:
@[LuoTianyi_Official](/user/424089) 但太少了
在讨论《有个困扰》回复:
6 不是真的有没有相关论文啊
在讨论《有个困扰》回复:
@[ZhongYuLin](/user/600441) 额太慢了 我跑1e9都花了三个小时
在讨论《有个困扰》回复:
@[reveal](/user/523491) 但他认为这不算权威啊 怎么让他相信这是权威呢
我有个也是编程的朋友,他死活不相信Miller-Rabin在long long 范围内选取2,325,9375,28178,450775,9780504,1795265022这几个数作为底数可以100%正确。他认为只有算法导论和一些权威学术期刊或论文才可以证明,但我又找不到。你们谁知道一些权威,能说服我的朋友吗?
在讨论《【LGR-161-Div.3】洛谷基础赛 #4 赛时答疑帖》回复:
qp
```c #include using namespace std; int u[1000][1000]; int v[1000][1000]; int main(){ int x,y; cin>>x>>y; int kong=0; int shu=0; for(int i=1;i >u[i][j]; } } for(…
在讨论《求助!!入门题通不过》回复:
你直接把代码粘贴到这里不就好了? 或者你把提交记录的链接发上来
在讨论《关于初赛模拟》回复:
去看落谷有题
在讨论《CSP-J/S》回复:
做的全不对是吧(~~doge~~)
```cpp #include #include #include using namespace std; int main() { int n; cin>>n; if(n==1) { string s; cin>>s; if(s=="start") { cout q; while(n--) { string s;…
在讨论《蒟蒻写的高精度最后一个点wa了》回复:
@[w_god](/user/1054475) C数组是不是开小了啊,两数相乘数位最多为$2n$ 的哦