#pragma once
#include <string>
#include <vector>
std::vector<std::string> explode(const std::string& s, const char& c);