提交时间:2026-05-21 20:33:29

运行 ID: 441458

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