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 ebf9055 commit 6170daaCopy full SHA for 6170daa
config/cpp/main.cpp
@@ -1,5 +1,6 @@
1
#include<bits/stdc++.h>
2
using namespace std;
3
+#define rep(i, n) for (int i = 0; i < (int)(n); i++)
4
5
int main()
6
{
0 commit comments