#include <stdio.h>

int main() {
    printf("I will learn C++ well!");
    return 0;
}