0_0_33328204_21906.cpp: In function 'int main()':
0_0_33328204_21906.cpp:2:12: error: expected primary-expression before 'long'
#define ll long long
^
0_0_33328204_21906.cpp:38:8: note: in expansion of macro 'll'
if(ll(a[i][j])==1){
^
0_0_33328204_21906.cpp:2:12: error: expected ')' before 'long'
#define ll long long
^
0_0_33328204_21906.cpp:38:8: note: in expansion of macro 'll'
if(ll(a[i][j])==1){
^
|