运行 ID: 22708

Main.cc: In function ‘int main()’:
Main.cc:20:8: error: ‘m’ was not declared in this scope
   cin>>m>>n;
        ^
Main.cc:20:11: error: ‘n’ was not declared in this scope
   cin>>m>>n;
           ^