#include <iostream> #include <fstream> using namespace std; int main(){ ifstream a; string b; cin>>b; a.open("qwq.txt"); a>>b; cout<<b; return 0; }