#pragma once #include #define EXERCISM_RUN_ALL_TESTS namespace roman { std::string convert(int); }