#pragma once #include #define EXERCISM_RUN_ALL_TESTS namespace prime { typedef unsigned long long number_t; number_t nth(size_t); }