这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《举报,建议禁言!!!》回复:
考古
在讨论《这6题......》回复:
%%%
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
考古
在讨论《月赛答疑》回复:
@[ComeIntoPower](/space/show?uid=11751)
在讨论《月赛答疑》回复:
T4 8%16=5000000004 为啥
在讨论《比赛T2(T70629)有偏差》回复:
我一开始也是WA声一片
在讨论《比赛T2(T70629)有偏差》回复:
代码不对
```cpp #include #include #include using namespace std; const int num=20000|1; int f[num>>2]; int read() { int x=0; char ch=getchar(); for(; ch '9'; ch=getchar()…
在讨论《初学倍增求教qaq》回复:
@[_╬_](/space/show?uid=90693) qaq
在讨论《初学倍增求教qaq》回复:
@[_╬_](/space/show?uid=90693) orz
在讨论《初学倍增求教qaq》回复:
@[_╬_](/space/show?uid=90693) 您是大佬
后九个点一直wa ```cpp #include #include #include using namespace std; int n,m,s,head[500001],lg[500001],f[500001][30],num; int deep[500001]; struct node { int to,nxt;…
在讨论《5分dfs求救!!!》回复:
@[zhong_jia_jun](/space/show?uid=97605) ``` 不知道 本蒟蒻刚学OI不会那什么dfs ``` ~~话说dfs到底是什么啊~~
在讨论《有没有冬令营晚自习刷洛谷灌水区的》回复:
有
在讨论《突然发现……》回复:
``` QAQ ```
``` 萌新求助,九个MLE一个AC #include using namespace std; const int maxn=2000001; int n,m,a[maxn],ans; struct node { int minn; } t[maxn >1; build(lc(p),l,mid); build(rc(…
在讨论《萌新求助》回复:
``` 一直RE,求助各位大佬。 ```
```cpp 萌新求助 #include #include #include #include using namespace std; typedef long long ll; const int maxn=100000; int n,m; ll a[maxn]; ll read() { ll x=0,f=0; c…
```cpp #include #include #include #include #include using namespace std; int dir[8][2]={{2,1},{2,-1},{-2,1},{-2,-1},{1,2},{1,-2},{-1,2},{-1,-2}}; bool vis[9][9]…
在讨论《二十分求助》回复:
```cpp for(int i=0; i<=len; i++) { switch(s[i]) { case '1': for(int j=1; j<=k; j++) putchar(' '); putchar(' '); putchar(' '); break; case '2': putchar(' '); for…
```cpp #include #include #include #include using namespace std; int k,len; string s; int main() { cin>>k; cin>>s; int len=s.size(); len--; for(int i=0; i<=len;…
在讨论《更新公告》回复:
@[hh0592821](/space/show?uid=96686)
在讨论《更新公告》回复:
 这算不算bug,多点几次加载更多,就会出现这种局面....
在讨论《月考安慰帖》回复:
@[fbhou](/space/show?uid=65589) 我语文140的题一直上不了90,而化学120分总是比语文高!
```cpp #include using namespace std; int read() { int x=0,f=1; char ch=getchar(); while(ch '9') { if(ch=='-') f=-1; ch=getchar(); } while(ch>='0'&&ch =x; } } cu…