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