We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a8e74 commit 393156bCopy full SHA for 393156b
template.cpp
@@ -1,6 +1,8 @@
1
#include <bits/stdc++.h>
2
-#define rep(i,n) for (int i = 0; i < (n); ++i)
3
using namespace std;
+#include <atcoder/all>
4
+using namespace atcoder;
5
+#define rep(i,n) for (int i = 0; i < (n); ++i)
6
using ll = long long;
7
using P = pair<int,int>;
8
0 commit comments