testlib.hpp
testlib.hpp
is a library for creating checkers and validators for sport programming problems. Simple checker example:
#include "testlib.hpp"
TESTLIB_CHECK(){
verifyEqual(ouf.read<int>(), ans.read<int>());
OK("1 number");
}
testlib.hpp
is a library for creating checkers and validators for sport programming problems. Simple checker example:
#include "testlib.hpp"
TESTLIB_CHECK(){
verifyEqual(ouf.read<int>(), ans.read<int>());
OK("1 number");
}