这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《CSP-S rp++》回复:
rp++
```cpp #include using namespace std; bool a[100][100]; //图存储 int shu[100]={0}; //检测 queue q; //dfs顺序 queue r; //dfs出栈顺序 //Kosaraju void dfs(int ren,int p) { q.p…
[数据](https://www.luogu.com.cn/record/176342895) ```cpp #include using namespace std; typedef long long shuju; const shuju NUM=1000030; shuju shuikeng(shuju a[],…
不想说什么,时间复杂度是一座高山啊! [测试数据](https://www.luogu.com.cn/record/176102896) ```cpp #include using namespace std; typedef long long shuju; const shuju NUM=1000030; shuj…
```cpp #include using namespace std; int dx[4]={-1,0,1,0}; int dy[4]={0,1,0,-1}; int lie=0; int ans=0; int hang=0; int tu[100][100]={0}; struct ai { int x; int…
[测试点信息](https://www.luogu.com.cn/record/175967365) ```cpp #include using namespace std; int dx[4]={-1,0,1,0}; int dy[4]={0,1,0,-1}; int lie=0; int ans=0; int ha…
[编译错误](https://www.luogu.com.cn/record/175026719) No valid executable file was produced by the compiler ./ccB3sOSg.o: in function `_GLOBAL__sub_I_src': src:(.te…
[提交结果](https://www.luogu.com.cn/record/174624033) ```cpp #include using namespace std; struct yun { int x; int y; int dis; }; int find(int x,int fa[]) { if (x==…
贪心算法 ```cpp #include #include #include using namespace std; struct hangban { int daoda; int chufa; bool nei; }; /*void maopao(hangban today[],int n) { for(int i…
求大佬指点一下江山, [WA数据,好奇的可以看这里](https://www.luogu.com.cn/record/170878262) ```cpp #include #include using namespace std; typedef long long shuju; struct zuobiao { sh…
```cpp #include #include using namespace std; typedef long long shuju; struct zuobiao { shuju x; shuju y; }; int main() { shuju n=0; shuju k=0; shuju tag=0; cin…
```cpp #include #include using namespace std; typedef long long shuju; struct zuobiao { shuju x; shuju y; }; int main() { shuju n=0; shuju k=0; shuju tag=0; cin…
```cpp //p+q==n-(e*d)+2 n-(e*d)+2==p+(n/p) #include #include using namespace std; typedef long long shuju; int main() { shuju k=0; cin>>k; for(shuju i=0;i >n>>d…
```cpp #include using namespace std; int cha(int *a,int n) { for(int i=0;i >n; for(int i=0;i >a[i]; } sort(a,a+n); for(int i=0;i<n-1;i=cha(a,n)) { if(a[i]!=-1&&…
```cpp #include using namespace std; bool erfen(int *a,int l, int r,int mubiao) { int m=-1; while(l mubiao) { r=m-1; } else { return true; } if(a[l]==mubiao ||…