Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
7250 | jiabokai | 【入门】打印小写字母表 | C++ | Compile Error | 0 MS | 0 KB | 204 | 2023-02-02 17:08:46 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"abcdefghijklm"<<endl cout<<"nopqrstuvwxyz"<<endl cout<<"zyxwvutsrqpon"<<endl cout<<"mlkjihgfedcba" return 0; }