这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《题解:P13796 [SWERC 2023] Nicest view》发表评论:
小时候被这马蜂吓哭了
在讨论《9065云梦瑶 90分求调》回复:
自己调过了!!!
在讨论《求搜索好题》回复:
@[LUO1228](/user/1037711) 素质有待降低
```cpp #include using namespace std; const int maxn = 3 * 1e3 + 1000; long long n,m,k,step1 = -1,step2 = -1,ans = INT_MAX,flag = -1,flag2 = -1; int dx[4] = {1,-…
```cpp #include using namespace std; const int maxn = 3 * 1e3 + 1000; int n,m,k,ans = INT_MAX,ans2,bfs1_num,flag = -1,flag1 = -1; int mapp[maxn][maxn],ans_bfs1[…
在讨论《不是我咋这么倒霉啊我丢》回复:
6
```cpp #include using namespace std; const int maxx = 100100; struct node{int ts;int id;}shop[maxx]; int pri[maxx][2],temp[maxx]; int n,m,t,timee,cnt,num; vecto…
```cpp #include using namespace std; const int maxx = 100100; struct node{int ts;int id;}shop[maxx]; int pri[maxx][2],temp[maxx]; int n,m,t,timee,cnt,num; vecto…