Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
4941 王冯俊 倒序输出一个四位整数 C++ 解答错误 0 0 MS 252 KB 152 2020-07-25 20:08:34

Tests(0/9):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); printf("%d%d%d%d",d,c,b,a); return 0; }


测评信息: