摘要:
201. 可见的点 - AcWing题库 #include<iostream> #include<cstdio> #include<cmath> #include<cstring> #include<algorithm> using namespace std; #define int long l 阅读全文
摘要:
1.1291. 轻拍牛头 - AcWing题库 #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> using namespace std; #define int long long const int 阅读全文
摘要:
F-F Musical Chairs_2019 East Central North America (nowcoder.com) 1)一个是分离两个坐标的关系,原数组中的坐标已经没有用了,只是需要那个change到底是多少; 2)是需要change和那个现在新数组的 3)期间size也是变化的 # 阅读全文