I want to use debugging quality of microsoft visual studio and its built in compiler does not allow me to declare array like int a[n] giving errors like it should be constant value and thus my time is being wasted on dynamically allocating it. Also I am unable to include libraries like bits/stdc++.h
I am using windows 10. Please tell me how can I configure my compiler.For my purpose I will be having just one cpp file.
My main purpose will be to solve questions from spoj,codeforces etc