Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64749 | fengxiaohang | 最高分数的学生姓名 | C++ | Accepted | 0 MS | 240 KB | 107 | 2025-04-25 16:54:30 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"hanmeimei"<<endl; return 0; }