C +实践 使用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)