提交时间:2025-10-10 21:00:48

运行 ID: 355495

#include <iostream> using namespace std; int mine(){ cout<<"How old are you?"<<endl; cout<<"I'm 10."<<endl; cout<<"Me too."<<endl; return 0; }