Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
689 周景轩 打印小写字母表 C++ Accepted 100 0 MS 248 KB 120 2019-09-21 15:21:22

Tests(1/1):


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


Judgement Protocol: