Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 537 Bytes

File metadata and controls

34 lines (22 loc) · 537 Bytes

Problem Solving

solved problems in uva and codeforces.

How To add new code

instruction to add new code for problems.

create file

use file extentions for cpp file_name.cpp

compile code 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

execute code

using command

./a.out

License

MIT

Free Software