1 2 3 4 5 6
#ifndef TASK_IO_H #define TASK_IO_H std::ostream& operator<<(std::ostream &os, const Task &t); #endif