added input, some changes

This commit is contained in:
ProgramSnail 2021-04-19 20:03:12 +03:00
parent 733bcbd99d
commit 76c85016d8
10 changed files with 54 additions and 4 deletions

View file

@ -26,5 +26,6 @@ namespace map {
std::pair<size_t, size_t> start,
std::pair<size_t, size_t> end);
void generate();
};
}