#include <string> #include <iostream> using namespace std; int main() { // Write what you need to do here // ------------ return 0; }