0_0_32588909_21852.cpp: In function 'int main()':
0_0_32588909_21852.cpp:8:20: error: 'm' was not declared in this scope
while(cin>>a>>b&&(m!=0&&n!=0))
^
0_0_32588909_21852.cpp:8:26: error: 'n' was not declared in this scope
while(cin>>a>>b&&(m!=0&&n!=0))
^
|