Skip to content

Commit ed937d0

Browse files
committed
Update template.cpp
1 parent 2c5dc1c commit ed937d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using namespace std;
33
#define __ ios_base::sync_with_stdio(0); cin.tie(0);
44

5+
#define endl '\n'
56
#define fr(i,j,n) for(int i=j;i<n;i++)
67
#define FR(i,n) fr(i,0,n)
78
#define foreach(it, x) for(typeof (x).begin() it = (x).begin(); it != (x).end(); ++it)

0 commit comments

Comments
 (0)