#pragma once
#include <cstdint>
class CommonCode {
public:
static bool check(uint64_t common_code);
};