#include <iostream>
#include <string>
int main( ) {
std:: string fileName;
std:: cout << "=============================================================\n "
<< "| Welcome to the Automatic Maze Path Finder! |\n "
<< "=============================================================\n "
<< "\n Enter the name of the Maze configuration file: " ;
std:: getline ( std:: cin , fileName) ;
std:: cout << std:: endl << "fileName contains " << fileName << std:: endl ;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgoKaW50IG1haW4oKSB7CglzdGQ6OnN0cmluZyBmaWxlTmFtZTsKCXN0ZDo6Y291dCA8PCAiPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuIgoJICAgICA8PCAifCAgICAgICAgV2VsY29tZSB0byB0aGUgQXV0b21hdGljIE1hemUgUGF0aCBGaW5kZXIhICAgICAgICAgfFxuIgoJICAgICA8PCAiPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuIgoJICAgICA8PCAiXG5FbnRlciB0aGUgbmFtZSBvZiB0aGUgTWF6ZSBjb25maWd1cmF0aW9uIGZpbGU6ICI7CglzdGQ6OmdldGxpbmUoc3RkOjpjaW4sIGZpbGVOYW1lKTsKCXN0ZDo6Y291dCA8PCBzdGQ6OmVuZGwgPDwiZmlsZU5hbWUgY29udGFpbnMgIiA8PCBmaWxlTmFtZSA8PCBzdGQ6OmVuZGw7Cn0=