0_0_33321329_23147.cpp: In function 'int main()':
0_0_33321329_23147.cpp:225:26: error: 'll' was not declared in this scope
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:238:3: note: in expansion of macro 'CIR'
CIR(i, 1, n)
^
0_0_33321329_23147.cpp:238:7: error: 'i' was not declared in this scope
CIR(i, 1, n)
^
0_0_33321329_23147.cpp:225:36: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:225:26: error: 'll' was not declared in this scope
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:242:3: note: in expansion of macro 'CIR'
CIR(i, 1, m)
^
0_0_33321329_23147.cpp:242:7: error: 'i' was not declared in this scope
CIR(i, 1, m)
^
0_0_33321329_23147.cpp:225:36: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:225:26: error: 'll' was not declared in this scope
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:246:3: note: in expansion of macro 'CIR'
CIR(i, 1, n) CIR(i, 1, m) scanf("%d", &mt[i][j]);
^
0_0_33321329_23147.cpp:246:7: error: 'i' was not declared in this scope
CIR(i, 1, n) CIR(i, 1, m) scanf("%d", &mt[i][j]);
^
0_0_33321329_23147.cpp:225:36: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:246:20: error: expected ';' before 'i'
CIR(i, 1, n) CIR(i, 1, m) scanf("%d", &mt[i][j]);
^
0_0_33321329_23147.cpp:225:29: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:246:48: error: 'j' was not declared in this scope
CIR(i, 1, n) CIR(i, 1, m) scanf("%d", &mt[i][j]);
^
0_0_33321329_23147.cpp:225:26: error: 'll' was not declared in this scope
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:257:3: note: in expansion of macro 'CIR'
CIR(i, 1, n)
^
0_0_33321329_23147.cpp:257:7: error: 'i' was not declared in this scope
CIR(i, 1, n)
^
0_0_33321329_23147.cpp:225:36: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:259:8: error: expected ';' before 'i'
CIR(i, 1, m)
^
0_0_33321329_23147.cpp:225:29: note: in definition of macro 'CIR'
#define CIR(i, l, u) for(ll i = l; i < u; ++i)
^
0_0_33321329_23147.cpp:261:8: error: 'j' was not declared in this scope
if(j == 1) printf("%d", mt[rrrow[i]][cccol[j]] + zjr[rrrow[i]] + zjc[cccol[j]]);
^
|