Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
46390 杨中琦 打印小写字母表 C++ Accepted 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; }


Judgement Protocol: