#include<bits/stdc++.h> #include<windows.h> using namespace std; int main(){ string a; cin>>a; freopen(a,"w",stdout); }