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 2c5dc1c commit ed937d0Copy full SHA for ed937d0
template.cpp
@@ -2,6 +2,7 @@
2
using namespace std;
3
#define __ ios_base::sync_with_stdio(0); cin.tie(0);
4
5
+#define endl '\n'
6
#define fr(i,j,n) for(int i=j;i<n;i++)
7
#define FR(i,n) fr(i,0,n)
8
#define foreach(it, x) for(typeof (x).begin() it = (x).begin(); it != (x).end(); ++it)
0 commit comments