競賽中經常使用的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) {}
相關文章
相關標籤/搜索