0_0_37653847_1730.cpp: In function 'int main()':
0_0_37653847_1730.cpp:24:11: error: 'm' was not declared in this scope
if(j==m&&i==n||fabs(p[i][j][0]-1)<0.0000001) continue;
^
0_0_37653847_1730.cpp:24:17: error: 'n' was not declared in this scope
if(j==m&&i==n||fabs(p[i][j][0]-1)<0.0000001) continue;
^
|