0_0_18527177_17922.cpp: In function 'int main()':
0_0_18527177_17922.cpp:46:2: error: 'nbsp' was not declared in this scope
int t;
^
0_0_18527177_17922.cpp:64:133: error: 'kkk' was not declared in this scope
int x=i+dir[kkk][0],y=j+dir[kkk][1];
^
0_0_18527177_17922.cpp:65:137: error: 'y' was not declared in this scope
if(a[i][j]>a[x][y])
^
0_0_18527177_17922.cpp:67:163: error: 'y' was not declared in this scope
cnt+=a[i][j]-a[x][y];
^
0_0_18527177_17922.cpp:69:121: error: 'else' without a previous 'if'
else
^
0_0_18527177_17922.cpp:70:145: error: continue statement not within a loop
continue;
^
|