Carefree (For Windows) 0.7
CareFree Library - A Light Data Generator for OI & ACM
|
#include <carefree.hpp>
Public 成员函数 | |
testlib_comparator (const string &testlib_path) | |
judge_result | test (string input_path, string output_path, string answer_path) |
judge_result | from_text (const string &text1 __attribute__((unused)), const string &text2 __attribute__((unused))) |
Public 成员函数 继承自 carefree_internal::comparator | |
virtual judge_result | from_text (const string &text1, const string &text2)=0 |
virtual judge_result | from_file (const string &filename1, const string &filename2) |
template<class T1 , class T2 > | |
judge_result | operator() (T1 a, T2 b) |
virtual judge_result | test (const string &input_path __attribute__((unused)), const string &output_path, const string &answer_path) |
|
inline |
|
inline |
|
inline |