0_0_36651883_18756.cpp: In function 'void solve()':
0_0_36651883_18756.cpp:8:10: error: 'n' was not declared in this scope
cin>>n;
^
0_0_36651883_18756.cpp:12:13: error: 'mp' was not declared in this scope
mp[x][--y]+=1;
^
0_0_36651883_18756.cpp:12:16: error: 'x' was not declared in this scope
mp[x][--y]+=1;
^
0_0_36651883_18756.cpp:12:21: error: 'y' was not declared in this scope
mp[x][--y]+=1;
^
0_0_36651883_18756.cpp:15:13: error: 'mp' was not declared in this scope
mp[x][++y]+=1;
^
0_0_36651883_18756.cpp:15:16: error: 'x' was not declared in this scope
mp[x][++y]+=1;
^
0_0_36651883_18756.cpp:15:21: error: 'y' was not declared in this scope
mp[x][++y]+=1;
^
0_0_36651883_18756.cpp:18:13: error: 'mp' was not declared in this scope
mp[++x][y]+=1;
^
0_0_36651883_18756.cpp:18:18: error: 'x' was not declared in this scope
mp[++x][y]+=1;
^
0_0_36651883_18756.cpp:18:21: error: 'y' was not declared in this scope
mp[++x][y]+=1;
^
0_0_36651883_18756.cpp:21:13: error: 'mp' was not declared in this scope
mp[--x][y]+=1;
^
0_0_36651883_18756.cpp:21:18: error: 'x' was not declared in this scope
mp[--x][y]+=1;
^
0_0_36651883_18756.cpp:21:21: error: 'y' was not declared in this scope
mp[--x][y]+=1;
^
|