提交时间:2025-08-07 19:04:55

运行 ID: 338593

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