| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 3401 | A班-何泓霏 | 打印小写字母表 | C++ | Wrong Answer | 0 | 0 MS | 264 KB | 198 | 2024-12-28 11:02:16 |
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"abcdefghijklm"<<endl; cout<<"nopqrstuvwsyz"<<endl; cout<<"zyswvutsrqpon"<<endl; cout<<"mlkjihgfedcba"<<endl; return 0; }