这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include using namespace std; const int maxn=1e4+10,maxm=2*1e5+10; int n,m,a[maxn],dfn[maxn],low[maxn],num,stac[maxn],ins[maxn],top,cnt,a1[maxn],sx[maxn],sy…
在讨论《30pts求助》回复:
没事了 函数dfs1中调用成dfs了 顺便警示后人
``` #include using namespace std; const int maxn=5*1e5+10,maxm=2*1e6+10; struct node{ int ne,bi; }; int n,m,Q,a[maxn],dfn[maxn],low[maxn],num,sum1,dcc[maxn],dc,…
在讨论《求问一下什么问题会导致本地输出与评测输出不同》回复:
 本地输出 评测记录:[link](https://www.luogu.com.cn/record/1…
 如图所示 之前都没见过这样的RE提示 是什么意思
rt ```cpp #include using namespace std; const int maxn=1e5+1; struct node{ int ne; int bi; }aa[maxn]; int c[maxn],low[maxn],dfn[maxn],num,tot,dcc,d[maxn],f[maxn…
在讨论《八十分代码求条》回复:
多打了一个return 0;
rt 在真理II总是与标答差1或者2 有无大佬知道哪里出问题了``` ``` #include #include using namespace std; long long sum; double a[1000],b[1000],c[1000]; int op; int x1,yy1,z1,x2,y2,z2,x3,y…
在没想到正解的情况下还搞了70分。。 有大佬看看错在哪了吗 ``` #include using namespace std; int a[1001]; int n,m; int sum=1,sun=0; int maxn=-1; struct node{ int qi; int zhong; int che[1001…
```cpp #include using namespace std; struct node{ int gu; bool k; }a[101][101]; vector q[101]; int lu[101]; bool lu1[101],lu2[101]; int tot=1,k1,ji; void cl2(in…
```cpp #include using namespace std; int count1(int a) { int count = 0; while(a!=1) { a=a/2; count++; } return count; } long long wei(long long n){ int ui=n; in…
在讨论《关于一本通上某题题解的疑问》回复:
``` if(a[i][j]>i){ ``` 这一段
题目链接:[http://ybt.ssoier.cn:8088/problem_show.php?pid=1386]() 代码: ```cpp #include #include #include #include #include using namespace std; const int N=1005; int…
```cpp #include using namespace std; #define N 1995000000 long long n,k; long long sun; bool a[N]; //char aa[1000]; //int op=1; int main(){ cin>>n>>k; long long…
在讨论《85pts求调》回复:
17点k值为1 检查一下k=1时能否正常运行
在讨论《求错误原因》回复:
同问
```cpp #include using namespace std; long long sum; int n,m; char a[505][505]; int aa[505][505]; struct q{ int x; int y; } nod[250010]; int dx[]={0,0,0,1,-1}; i…
在讨论《4,7点wa了寄了一天de不出bug,求讲解》回复:
@[with_no_signal](/user/302803) 感谢dalao~~真的坑~~
```cpp #include using namespace std; int main(){ float s,v; int a,sum,b; cin>>s>>v; sum=ceil(s/v); a=ceil(s/v/60); if(a==s/v/60) a=a+1; b=sum%60; if(a =10) cout…
在讨论《本地跑过了洛谷跑不过》回复:
@[L_sdcs](/user/115730) 谢谢谢谢
``` #include using namespace std; struct student{ string xm; int a; int b; int c; int wuhu; }; int main(){ struct student q; int n; cin>>n; for(int i=0;i >q.xm>…