common.h 95 B

1234567
  1. #ifndef __COMMON_H__
  2. #define __COMMON_H__
  3. #include "const.h"
  4. #include <cstdio>
  5. #endif