Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3792 黄言岐 04倒序输出五位数 C++ Wrong Answer 0 MS 220 KB 136 2024-07-05 19:44:26

Tests(0/10):


Code:

#include<cstdio> using namespace std; int main(){ int a,b; scanf("%4d%1d",&a,&b); printf("%d%d",b,a); return 0; }


Run Info:

------Input------
17908
------Answer-----
80971
------Your output-----
81790