Skip to content

Commit 393156b

Browse files
author
atcoder-live
committed
add ac-library to template
1 parent d8a8e74 commit 393156b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

template.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <bits/stdc++.h>
2-
#define rep(i,n) for (int i = 0; i < (n); ++i)
32
using namespace std;
3+
#include <atcoder/all>
4+
using namespace atcoder;
5+
#define rep(i,n) for (int i = 0; i < (n); ++i)
46
using ll = long long;
57
using P = pair<int,int>;
68

0 commit comments

Comments
 (0)