0_0_14588560_28101.cpp: In function 'int Main()':
0_0_14588560_28101.cpp:15:21: error: expected ';' before 'for'
#define FOR(i, n) for (int i=1; i<=int(n); ++i)
^
0_0_14588560_28101.cpp:97:5: note: in expansion of macro 'FOR'
FOR(_T, T) {
^
0_0_14588560_28101.cpp:97:9: error: '_T' was not declared in this scope
FOR(_T, T) {
^
0_0_14588560_28101.cpp:15:35: note: in definition of macro 'FOR'
#define FOR(i, n) for (int i=1; i<=int(n); ++i)
^
|