#include<stdio.h>
#define M(x) x;x;x;x;x;x;x;x;x;x;
int main()
{
int i;
M(M(printf("%d",i++)));
return 0;
}