0_0_38216853_29736.cpp: In function 'void Init()':
0_0_38216853_29736.cpp:54:10: error: expected ';' before 'i'
FOR((ll)i, 4, MXN - 1)
^
0_0_38216853_29736.cpp:15:32: note: in definition of macro 'FOR'
#define FOR(i, l, r) for (auto i = l; i <= (r); ++i)
^
0_0_38216853_29736.cpp:54:10: error: 'i' was not declared in this scope
FOR((ll)i, 4, MXN - 1)
^
0_0_38216853_29736.cpp:15:32: note: in definition of macro 'FOR'
#define FOR(i, l, r) for (auto i = l; i <= (r); ++i)
^
0_0_38216853_29736.cpp:54:7: error: use of 'll' before deduction of 'auto'
FOR((ll)i, 4, MXN - 1)
^
0_0_38216853_29736.cpp:15:39: note: in definition of macro 'FOR'
#define FOR(i, l, r) for (auto i = l; i <= (r); ++i)
^
0_0_38216853_29736.cpp:54:10: error: expected ')' before 'i'
FOR((ll)i, 4, MXN - 1)
^
0_0_38216853_29736.cpp:15:39: note: in definition of macro 'FOR'
#define FOR(i, l, r) for (auto i = l; i <= (r); ++i)
^
0_0_38216853_29736.cpp:54:10: error: 'i' was not declared in this scope
FOR((ll)i, 4, MXN - 1)
^
0_0_38216853_29736.cpp:15:51: note: in definition of macro 'FOR'
#define FOR(i, l, r) for (auto i = l; i <= (r); ++i)
^
0_0_38216853_29736.cpp:57:2: error: 'else' without a previous 'if'
else
^
|