#include #define FOR(i,a) for (int i = 0; i < a; i++) FOR(i, 3) cout << i << endl;
for (int i = 0; i < 7; i++) { cout << i << endl; }