🌈 搜索
📅  最后修改于: 2022-03-11 14:44:45.104000             🧑  作者: Mango
#include int main() { int myNum; std::cout << typeid(myNum).name(); return 0; }