Signed integers cannot be distinguished in computer memory, but they can be distinguished in programs. The data in the computer is stored in the form of complement and represented in binary. For example: default unsigned type, just add type symbol.
Unsigned is unsigned and Int is signed. In fact, to put it bluntly, defining a signed integer can store positive integers and negative integers, and defining an unsigned integer can only store positive integers.