Appearance
在cpp中 头文件的引入有两种: 1.传统c: #include <math.h>
#include <math.h>
2.cpp方法: #include <cmath>
#include <cmath>