提交时间:2026-04-19 10:56:59

运行 ID: 437049

#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; }