#include<bits/stdc++.h> using namespace std; int main(){ cout<<"How old are you?\nI'm 10.\nMe too."; return 0; }