Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
64746 | fengxiaohang | 字符串p型编码 | C++ | Accepted | 0 MS | 240 KB | 110 | 2025-04-25 16:53:28 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"1122132431"<<endl; return 0; }