#include <iostream>
#include <fstream>
using namespace std;
int main() {
fstream file("[Link]", ios::in | ios::out | ios::trunc);
file << "Good Weather";
cout << [Link]() << endl;
[Link](2);
file << "Hi";
cout <<[Link]() << endl;
[Link](0);
cout<< [Link]() << endl;
string content;
getline(file, content);
cout<< content << endl;
[Link](4);
cout << [Link]() << endl;
char ch;
[Link](ch);
cout<< ch << endl;
[Link]();
return 0;
}