#include <iostream>
using namespace std;
int main() {
    cout<<"I will learn C++ well!";
}