提交时间:2025-07-09 08:22:02

运行 ID: 330124

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