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