0_0_21367656_7716.cpp: In function 'int main()':
0_0_21367656_7716.cpp:8:18: error: expected ';' before 'for'
#define up2(a,b) for (int n=a;n<=b;n++)
^
0_0_21367656_7716.cpp:50:3: note: in expansion of macro 'up2'
up2(1,d)
^
0_0_21367656_7716.cpp:8:31: error: 'n' was not declared in this scope
#define up2(a,b) for (int n=a;n<=b;n++)
^
0_0_21367656_7716.cpp:50:3: note: in expansion of macro 'up2'
up2(1,d)
^
|