Integer Literal Type and Overflow In C++
📝
内容提要
I want to print the largest number that unsigned int can represent, which is 2^32 - 1. I use the following code:
🏷️
标签
➡️