Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
38661 | chenyifei | 【入门】打印小写字母表 | C++ | No Test Data | 0 MS | 0 KB | 182 | 2024-01-27 21:06:31 |
#include<iostream> using namespace std; int main() { cout<<"abcdefghijklm"<<endl; cout<<"nopqrstuvwxyz"<<endl; cout<<"zyxwvutsrqpon"<<endl; cout<<"mlkjihgfedcba"<<endl; }