| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 361613 | 韩雨航 | 【C1-1】你多大了 | C++ | Accepted | 100 | 2 MS | 236 KB | 155 | 2025-11-17 20:31:42 |
#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; }