#ifndef MY_GLOBAL_H
#define MY_GLOBAL_H
#include <stdint.h>
typedef uint64_t my_ulonglong;
typedef int64_t longlong;
#endif