#ifndef TOF_H #define TOF_H #include using namespace std; bool tof(string a); #endif