|
| testcase_writer (string input_file, string output_file="") |
|
| testcase_writer (string file_prefix, unsigned data_id, string input_suffix=".in", string output_suffix=".out", bool disable_output=false) |
|
| testcase_writer (string file_prefix, unsigned subtask_id, unsigned task_id, string input_suffix=".in", string output_suffix=".out", bool disable_output=false) |
|
void | input_write (char val) |
|
void | output_write (char val) |
|
void | input_write (int val) |
|
void | output_write (int val) |
|
void | output_write (long long val) |
|
void | input_write (long long val) |
|
void | input_write (unsigned int val) |
|
void | output_write (unsigned int val) |
|
void | input_write (unsigned long long val) |
|
void | output_write (unsigned long long val) |
|
void | input_write (unsigned short val) |
|
void | output_write (unsigned short val) |
|
void | input_write (short val) |
|
void | output_write (short val) |
|
void | input_write (__int128 val) |
|
void | output_write (__int128 val) |
|
void | input_write (unsigned __int128 val) |
|
void | output_write (unsigned __int128 val) |
|
void | input_write (string val) |
|
void | output_write (string val) |
|
void | input_write (const char *val) |
|
void | output_write (const char *val) |
|
void | input_write (bool val) |
|
void | output_write (bool val) |
|
template<class T > |
void | input_write (std::vector< T > val) |
|
template<class T > |
void | output_write (std::vector< T > val) |
|
void | input_write (graph val) |
|
void | output_write (graph val) |
|
void | input_write (edge val) |
|
void | output_write (edge val) |
|
template<class T , typename... Args> |
void | input_write (T val, Args... args) |
|
template<class T , typename... Args> |
void | output_write (T val, Args... args) |
|
void | input_writeln () |
|
void | output_writeln () |
|
template<class T > |
void | input_writeln (T val) |
|
template<class T > |
void | output_writeln (T val) |
|
template<class T , typename... Args> |
void | input_writeln (T val, Args... args) |
|
template<class T , typename... Args> |
void | output_writeln (T val, Args... args) |
|
bool | is_locked () |
|
void | input_flush () |
|
void | output_flush () |
|
void | output_gen (string program) |
|
string | input_name () |
|
string | output_name () |
|
void | close () |
|
| ~testcase_writer () |
|