#pragma once #include using namespace std; void getfloat(ifstream& s, float& f, const char sep); void getint(ifstream& s, int& f, const char sep);