mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 19:21:15 +07:00
Update 1.5.1_c_basic.md (#33)
整数表示,0x80000000 = -2147483647 改成 0x80000000 = -2147483648
This commit is contained in:
parent
29ce38fa22
commit
48d10f94e1
@ -247,7 +247,7 @@ unsigned int var2 = 0;
|
||||
|
||||
- 0x7FFFFFFF = 2147493647
|
||||
- 01111111111111111111111111111111
|
||||
- 0x80000000 = -2147483647
|
||||
- 0x80000000 = -2147483648
|
||||
- 10000000000000000000000000000000
|
||||
- 0xFFFFFFFF = -1
|
||||
- 11111111111111111111111111111111
|
||||
|
Loading…
Reference in New Issue
Block a user