From 105787a83793986c10c8c6ac622eae41f7dc3f64 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 8 Sep 2020 15:32:49 -0500 Subject: Modified templates --- Template/template.cpp | 3 ++- Template/usaco.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Template/template.cpp b/Template/template.cpp index 80b2748..48856fd 100644 --- a/Template/template.cpp +++ b/Template/template.cpp @@ -21,7 +21,8 @@ using vi = vector; using vl = vector; using vd = vector; using vii = vector; using vpl = vector; using vpd = vector; template using ordered_set = tree, rb_tree_tag, tree_order_statistics_node_update>; template using ordered_multiset = tree, rb_tree_tag, tree_order_statistics_node_update>; // Use with caution -constexpr int INF = 1e9; constexpr ll LINF = 1e18; constexpr ll MOD = 1e9+7; constexpr ld PI = 4*atan((ld)1); +constexpr ll MX = 1e5+5, ll INF = 1e9, LINF = 1e18, ll MOD = 1e9+7; +constexpr ld PI = 4*atan((ld)1); int main() { if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout); diff --git a/Template/usaco.cpp b/Template/usaco.cpp index f730b4c..6f46a75 100644 --- a/Template/usaco.cpp +++ b/Template/usaco.cpp @@ -21,7 +21,8 @@ using vi = vector; using vl = vector; using vd = vector; using vii = vector; using vpl = vector; using vpd = vector; template using ordered_set = tree, rb_tree_tag, tree_order_statistics_node_update>; template using ordered_multiset = tree, rb_tree_tag, tree_order_statistics_node_update>; // Use with caution -constexpr int INF = 1e9; constexpr ll LINF = 1e18; constexpr ll MOD = 1e9+7; constexpr ld PI = 4*atan((ld)1); +constexpr ll MX = 1e5+5, ll INF = 1e9, LINF = 1e18, ll MOD = 1e9+7; +constexpr ld PI = 4*atan((ld)1); void io(const str & s) { if (fopen((s+".in").c_str(), "r")) freopen((s+".in").c_str(), "r", stdin), freopen((s+".out").c_str(), "w", stdout); ios_base::sync_with_stdio(0), cin.tie(0); -- cgit v1.2.3-70-g09d2