求扫盲····这个0x58定律到底是啥? 在一道趣味题看到的[解决办法]0x58 是int 型常量
#include <iostream>int main(){ std::cout << typeid(0x58).name() << std::endl; return 0;}