#include "Chen_Han.h"
Go to the source code of this file.
| Macros | |
| #define | max(a, b) (((a) > (b)) ? (a) : (b)) | 
| #define | min(a, b) (((a) < (b)) ? (a) : (b)) | 
| #define max | ( | a, | |
| b | |||
| ) | (((a) > (b)) ? (a) : (b)) | 
Definition at line 8 of file Chen_Han.cpp.
| #define min | ( | a, | |
| b | |||
| ) | (((a) < (b)) ? (a) : (b)) | 
Definition at line 11 of file Chen_Han.cpp.