Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61983 | wangyuchun | 【入门】打印小写字母表 | C++ | Compile Error | 0 MS | 0 KB | 168 | 2025-03-08 07:41:14 |
include<bits/stdc++.h> using namespace std; int main() { cout<<"abcdefghijklm"<<endl<<"nopqrstuvwxyz"<<endl<<"zyxwvutsrqpon"<<endl<<"mlkjihgfedcba"; return 0; }