Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
62038 | fengxiaohang | 输出亲朋字符串 | C++ | Accepted | 0 MS | 236 KB | 102 | 2025-03-08 19:24:55 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"cege"<<endl; return 0; }