#include <iostream>
using namespace std;

int main() {
    cout <<"how to code";
    return 0;
}