提交时间:2025-09-13 20:39:06

运行 ID: 348002

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