5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#pragma once
|
||
|
|
||
|
#define INT_MIN -2147483648
|
||
|
#define INT_MAX 2147483647
|