天空属于哈夫克
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include #include using namespace std; const int MAXN = 105; int left_child[MAXN], right_child[MAXN]; int parent[MAXN]; int depth[MAXN]…
```cpp #include #include #include #include using namespace std; const int MAXN = 105; int left_child[MAXN], right_child[MAXN]; int parent[MAXN]; int depth[MAXN]…
在讨论《40分,超时》回复:
两位帅哥说话和平点吧
在讨论《40分,超时》回复:
@[wusheng_](luogu://user/1795848)行
在讨论《40分,超时》回复:
@[_Kagamine_Len_](luogu://user/778154)好像也是哈
```cpp #include #include #include using namespace std; int main() { int N; cin >> N; vector A(N); for (int i = 0; i > A[i]; } for (int i = 0; i subarray(A.begin…
```cpp #include using namespace std; int x, y; char grid[501][501]; bool visited[501][501]; int dx[4] = {-1, 1, 0, 0}; int dy[4] = {0, 0, -1, 1}; bool isInside(…
在讨论《16分求解》回复:
智者
```cpp #include using namespace std; int n; int chess[32][32]; int dx[4]={-1,1,0,0}; int dy[4]={0,0,-1,1}; bool visited[32][32]; bool dfs(int x, int y) { visite…
在讨论《我的输入。。。。。。(帮忙改一下吧!))》回复:
@[OvO_CYX](luogu://user/778977) OK
在讨论《我的输入。。。。。。(帮忙改一下吧!))》回复:
@[OvO_CYX](luogu://user/778977) 感十分谢
```cpp #include using namespace std; int n,m; int chess[102][102]; int dx[4]={-1,1,0,0}; int dy[4]={0,0,-1,1}; bool visited[102][102]; void dfs(int x, int y) {…
在光绪二十六年 神助拳义和团 扶清灭洋 五十五天在北京 天无雨 地焦旱 鬼子眼睛皆发蓝 一同下山把道传 非是邪 非白莲 口念咒法语真言 升黄表 敬香烟 请下各洞诸神仙 弟子同心苦用功 遍地草木化成兵 洋枪队 不中用 大炮打得那么凶 洋鬼子 全杀尽 大清一统江山定 慈禧太后发号 令义和团向前进 要把洋鬼子全都赶出北京 兵…