solved problems in uva and codeforces.
instruction to add new code for problems.
use file extentions for cpp file_name.cpp
use this command to compile
g++ -std=c++11 file_name.cpp
will output to a.out
file
i use a vscode extnetion terminal-command-keys that will make a shortcut for a command i enter and used that to compile cpp code
using command
./a.out
MIT
Free Software