mamihlapinatapai
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《回忆录》发表评论:
zxq
在讨论《Opoi 2025 赛时答疑帖》回复:
@[WorldMachine](luogu://user/879904)可能是名字比较强,所以可以随便过数据结构
在文章《NOIP 游记》发表评论:
tang
在文章《OI教练模拟器》发表评论:
快更新!!!
在文章《题解:CF2141D Avoid Minimums》发表评论:
yurz!
# 模板整理 ## 一. 数据结构 ### 1.序列 #### ST 表 ``` constexpr int N=1e6+9; int n,m; int a[N],s[N][30]; void build(){ for(int i=1;i ='A'&&x ='a'&&x >1) inline void f(int p,…
在文章《题解:AT_abc420_g [ABC420G] sqrt(n²+n+X)》发表评论:
%%%
在讨论《随机化WA 83pts悬关求调》回复:
这么卷%%%
在文章《题解:P13642 EERT》发表评论:
mod dalao
在文章《题解:P13642 EERT》发表评论:
%%%
在文章《迷宫1》发表评论:
%%%
```cpp #include #include #include #include static int SCREEN_WIDTH; static int SCREEN_HEIGHT; static CHAR_INFO* screen = nullptr; static HANDLE hConsole; static…
```cpp //================================== // 服务端 (Gomoku_Server.cpp) //================================== #include #include #include #include #pragma comment(…
```cpp #include #include // EasyX 图形库 // 额外的 Windows API 和其他功能所需的头文件 #include // 包含 Windows API,如 GetAsyncKeyState, GetCursorPos, SetCursorPos #include // 数学函数,…
```cpp #define _WIN32_WINNT 0x0600 // This defines the minimum Windows version for API availability (0x0600 for Windows Vista) #include #include // For Windows…
```cpp #include #include #include using namespace std; const int daytime=0,night=1; int day=0, during_time=daytime, player_number, my_number; HWND hwnd=GetForeg…
```cpp #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; int p1[18], p2[…
```cpp #include #include #include #include // 用于物品栏和职业数据 #include // 用于消息日志 #include // 用于 min/max, find_if, random_shuffle #include // 用于线程暂停 #include // 用于线程暂…
```cpp #include #include #include #include #include #define zxb(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0) using namespace std; void hide(){ CONS…
在文章《光速阶乘算法》发表评论:
%%%
在文章《题解:CF859C Pie Rules^_^》发表评论:
xyh0429被我找到了
在文章《题解:CF1513C Add One》发表评论:
zzy
在文章《题解:P13019 [GESP202506 八级] 树上旅行》发表评论:
%%%
在文章《题解:P13020 [GESP202506 八级] 遍历计数》发表评论:
%%%
在文章《题解:P13020 [GESP202506 八级] 遍历计数》发表评论:
%%%
在文章《题解:P13020 [GESP202506 八级] 遍历计数》发表评论:
%%%
在文章《题解:P13019 [GESP202506 八级] 树上旅行》发表评论:
%%%
在文章《题解:P13019 [GESP202506 八级] 树上旅行》发表评论:
%%%
在文章《题解:P13019 [GESP202506 八级] 树上旅行》发表评论:
%%%
在讨论《Bellman-ford算法 WA on 9 and 10》回复:
%%%