summaryrefslogtreecommitdiff
path: root/global.h
blob: 4abd67a70416f38f21e8baf4d1dbb00966fad463 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <cstdint>

using namespace std;

using i64 = int64_t;
using u64 = uint64_t;