提交时间:2025-07-07 21:21:30

运行 ID: 328981

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