#ifndef _QUIZ_CHECK_H_ #define _QUIZ_CHECK_H_ #include #include int check(std::vector const& ans); #endif