g++ tst.cpp -o tst -std=c++14 -O2 这样子写会 warning g++ tst.cpp -o -std=c++14 -O2 这样就不会 我不太懂加在 -o 后面的文件有啥用