Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなことをしたい
int n,m; //or cin>>n>>m; a[n][m]; //then do whatever with the array
問題は、Visual Studio ではエラーが発生するのに対し、dev c++ ではエラーが発生しないことです。VSでコンパイルしたい。