Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|---|
452 | 凌壹峰 | 倒序输出一个四位整数 | C++ | Compile Error | 0 | 0 MS | 0 KB | 124 | 2019-09-19 21:27:57 |
include<iostream> int main(){ char a,b,c; scanf("%c %c %c",&a,&b,&c); printf("%c%c%c,c,b,a"); return 0; }