Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
46390 杨中琦 打印小写字母表 C++ 通过 100 0 MS 248 KB 118 2022-07-13 12:56:01

Tests(1/1):


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


测评信息: