这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为什么样例1过不了AC了》回复:
自顶一下统计答案时忘取等号了 建议加强数据
```cpp #include using namespace std; #define rep(l,a,b) for(int l=a;l =b;l--) #define mem(x) memset(x,0,sizeof(x)) #define coutY cout '9') { if (s == '-')f = -1…
在讨论《题面有一点小问题》回复:
输出应该是$c_i+c_j+c_k$。(?)
在讨论《最后一个点wa,求助》回复:
和我一样hhhh快读longlong
在讨论《55求助不知道错哪》回复:
@[shanire](/user/116524) 不看longlong见祖宗5555555555 此贴结
在讨论《55求助不知道错哪》回复:
真的想不通错哪有没有吴彦祖帮忙看看
```cpp #include using namespace std; unsigned long long n, cnt,T, head[2000010],day,hg[2000010]; inline int read() { int x = 0, f = 1; char ch = getchar(); whil…
```cpp #include using namespace std; typedef long long ll; struct e { int next, to, weight; }edge[500005]; int cnt = 0, head[10005], n, m, vis[100005], p[100005…