Skip to content

Commit f27f4a6

Browse files
author
atcoder-live
committed
add rep and ll to template
1 parent 4c1d89e commit f27f4a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <bits/stdc++.h>
2+
#define rep(i,n) for (int i = 0; i < (n); ++i)
23
using namespace std;
4+
typedef long long ll;
35

46
int main() {
57
return 0;

0 commit comments

Comments
 (0)