提交时间:2026-06-06 22:09:50

运行 ID: 443809

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