#ifndef TORDELO_H
#define TORDELO_H
using namespace std;
#include <string>
class Tordelo {
string s;
mutable int allapot;
mutable bool szokar;
public:
static string elvalasztok;
Tordelo(const string& input);
int darab() const;
string szo(int hanyadik) const;
};
#endif