0

私はこのようなことをしたい

int n,m; //or cin>>n>>m;

a[n][m];

//then do whatever with the array

問題は、Visual Studio ではエラーが発生するのに対し、dev c++ ではエラーが発生しないことです。VSでコンパイルしたい。

4

5 に答える 5