#pragma once

#include <cstdint>
#include <cstring>
#include <cstdio>

#ifndef REALTYPE_A
#define REALTYPE_A double
#endif
