例如:
int a = 12; cout << typeof(a) << endl;
预期产量:
int
c++ variables typeof c++11
c++ ×1
c++11 ×1
typeof ×1
variables ×1