提交时间:2025-07-08 12:24:53

运行 ID: 329758

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