2021年8月3日
摘要: 简单地二叉堆+模拟+二维凸包 #include <iostream> #include <cmath> #include <cstring> #include <string> #include <algorithm> #define panduan_w 3 using namespace std; 阅读全文
posted @ 2021-08-03 18:30 MuchToo 阅读(46) 评论(0) 推荐(0)
摘要: a+b,简单地dfs。 #include <iostream> #include <cstdio> #include <vector> using namespace std; int a, b; void print(int ans) { printf("%d", ans); } void dfs 阅读全文
posted @ 2021-08-03 18:29 MuchToo 阅读(51) 评论(0) 推荐(0)