#include <iostream>
using namespace std;
int main()
{
cout << "Hello everyone,I think IT is really difficult and I will try my best to study it." << endl;
cout << "There has many great teacher,I hope all of you can help me leaarn more about it." << endl;
cout << "Thank you very much!" << endl;
return 0;
}