竞赛中经常使用的C++写法

首先是构造函数,重载ios #include <iostream> #include <cstdio> #include <cstring> #include <string> #define maxn 65540 using namespace std; struct Node { int x,y; Node (int x = 0,int y = 0):x(x),y(y) {}
相关文章
相关标签/搜索