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