| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 725 | 未知用户 | 打印小写字母表 | C++ | Compile Error | 0 | 0 MS | 0 KB | 164 | 2019-09-21 19:01:11 |
#include<iostream> int main{ printf("abcdefghijklm"); printf("nopqrstuvwxyz"); printf("zyxwvutsrqpon"); printf("mlkjihgfedcba"); return 0; }