Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
1663 林子杰 04四位数移位 C++ Wrong Answer 0 MS 204 KB 280 2023-10-29 10:14:58

Tests(0/8):


Code:

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


Run Info:

------Input------
8167
------Answer-----
7816
------Your output-----
08167