Competitive-Programming Instructions: To compile c++ code on terminal: cd foldernamecontainingtheprogram g++ -o nameofexecutable nameofactualfile.cpp ./nameofexecutable To compile python code on terminal: cd foldernamecontainingtheprogram python3 nameoffile.py