C plus plus practice
1.0.0
C ++를 사용하여 문제 해결을 연습하기위한 파일
g++ fileName.cpp
or
g++ -o outputName fileName.cpp
./a.out (Use this to execute the program if you used the first command to compile the code)
./outputName (Use this to execute the program if you used the second command to compile the code)