1 #include <stdint.h>
2 #include <stdio.h>
3 #include <string.h>
4 #include <math.h>
5 #include <stdlib.h>
6 #include <inttypes.h>
7 #define ADM_assert(x) if(!(x)){printf("OOPs");}
8 #define LU "lu"
9 #define LLU "llu"
10 #define LD "ld"
11 #define LLD "lld"
12 #define LX "lx"
13 #define LLX "llx"
14