| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 77886 | sh25_zhangyy | 输出字母 | Python3 | Compile Error | 0 MS | 0 KB | 160 | 2025-12-26 14:58:27 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<a c e g I k m o q s u w y; cout<<z x v t r p n l j h f d b; return 0; }