#pragma once #include #include typedef int64_t i64; typedef uint64_t u64; void throw(const char *format,...) __attribute__((noreturn, format (printf, 1, 2)));