2022年4月6日

摘要: 1 #include<bits/stdc++.h> 2 3 typedef long long ll; 4 5 const int N = 4e5+10,M = N * 4,INF = 0x3f3f3f3f,mod = 1e9+7; 6 struct Node{ 7 int x,y; 8 bool 阅读全文
posted @ 2022-04-06 16:08 OopsOops 阅读(18) 评论(0) 推荐(0) 编辑
 
摘要: https://atcoder.jp/contests/abc245/editorial/3655 阅读全文
posted @ 2022-04-06 10:20 OopsOops 阅读(23) 评论(0) 推荐(0) 编辑