Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
1067 朱宸赋 打印小写字母表 C++ 通过 100 0 MS 252 KB 118 2019-09-29 19:30:54

Tests(1/1):


#include<iostream> int main(){ printf("abcdefghijklm\nnopqrstuvwxyz\nzyxwvutsrqpon\nmlkjihgfedcba"); return 0; }


测评信息: