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)