| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 328798 | 黄浙峰老师 | 【C1-1】你多大了 | C++ | Accepted | 100 | 1 MS | 248 KB | 153 | 2025-07-07 15:26:13 |
#include<iostream> using namespace std; int main(){ cout<<"How old are you?"<<endl; cout<<"I'm 10."<<endl; cout<<"Me too."<<endl; return 0; }