“在 120BPM 的节奏里写线段树,在 DP 转移方程中找连打。” —— 不想当 OIer 的音游人,打不出理论值; 不想打音游的 OIer,调不出最优解
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为啥某些人要建图》回复:
……吓得我立刻出勤打了两把乌蒙地插 然后AP+ awmcawmcawmcawmcawmc
在讨论《求这道题的逆天解法》回复:
不可以总司令是什么题
```pascal var n, a, b, c : Int64; begin readln(n); while n >= 0 do begin a := 0; b := 1; c := 1; while c <= n do begin a := b; b := c; c := a + b; end; n := n -…
在讨论《Why 80 WA on #2 #10》回复:
我要打Phigros,打[$ℵ_0 $](https://www.luogu.com.cn/problem/P8440) awa
在讨论《Why 80 WA on #2 #10》回复:
- [x] I'm a Chinese
在讨论《Why 80 WA on #2 #10》回复:
~验证码87mm欸(试图证明自己不是外国友人)~ i ACed but why UAC?
``` #include using namespace std; struct kkksc03 { int num, scr; }; vector kkksc03s; bool cmp(kkksc03 a, kkksc03 b) { if (a.scr != b.scr) return a.scr > b.scr;…
在讨论《满江红,输出全0 0》回复:
@[hsy2024](luogu://user/1262434) 996??
``` #include using namespace std; class YourClassName { int Nm, Cn, Tt; friend bool cmp(YourClassName a, YourClassName b); public: YourClassName(int Num, int Ch…
cpp输入有个大坑,不知道的大概率会踩坑:**cin之后不会自动换行!!** 所以,如果你使用: ``` string s, pas; cin >> s; getline(cin, pas); ``` 就会听取WA声一片 ~[评测记录](https://www.luogu.com.cn/record/255684151…
$\color{gold}{\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi}$ $\color{blue}V\color{white}V\color{blue}V\color{white}V\color{blue}V\co…
江源快报:Phigros已占领评论区! ~来点大家喜欢看的~$\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi\Phi\phi$
在讨论《此题如果强行维护单调递增,可行吗?》回复:
8yy0y7
# 咋错的 ```python line-numbers lines=6-9 jiapu=dict() fathers=list() nowf="" def findf(string): global jiapu if jiapu[string]==string: return string else: jiapu[s…
在讨论《50pts,qt》回复:
60pts代码 ```cpp #include using namespace std; #define ll long long ll N; int main(int argc,char **argv){ cin>>N; const int C=N; int Exp_=0,f=0; while(!(N%2)) Exp…
#1,2,4,6 ***TLE?*** #5,7 *WA* #3,8,9,10 AC ### ***~~蒟蒻奔溃~~*** # 言归正传,上代码 ```cpp #include using namespace std; #define ll long long ll N; int main(int argc,char…
在讨论《征集一个更好听的名字》回复:
CSP-PS(for Pupils (Primary school) of Shandong)
在讨论《样例过了,但全wa,求调》回复:
无需top
在讨论《东台桂花???》回复:
***~~为桂子山~~***
```cpp #include using namespace std; bool mp[100001][100001],dbk[100001]={0,1,0},bbk[100001]={0,1,0}; int RPpp,qwq,I_AK_IOI,I_LOVE_CCF; void dfs(int n) { cout q…
```cpp #include using namespace std; void jde0(int n) { switch(n%7) { case 0:while(n-=7)cout >n; while(n--) { cin>>k; jde(k); }return 0; } ```
在讨论《100分求助》回复:
60pts
在讨论《100分求助》回复:
```cpp //瞅瞅我的 //邻接表拿满分 #include using namespace std; int mp[1010][1010]; int bk[1010]; int n,m,k,aa1,aa2; int ans; int sec(int v) { queue c; int maxn=v; c.push(…
在讨论《csp-j复赛分数接龙》回复:
$100+100+0+0$ $200 s\omega^i_0$
在讨论《30pts c++》回复:
@[andycode](/user/907368) 我100pts 我也看不懂
在讨论《蒟蒻24球条》回复:
AC了