| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 1177 | 李言 | 打印小写字母表 | C++ | Compile Error | 0 | 0 MS | 0 KB | 154 | 2019-10-05 16:21:38 |
#include<iostream> inr main(){ printf("abcdefghijklm"); printf("nopqrstuvwxyz"); printf("zyxwvutsrqpon"); printf("mlkjihgfedcba"); return 0; }