Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
95282 陈治宸 04四位数移位 C++ Wrong Answer 0 MS 268 KB 224 2024-10-27 11:12:03

Tests(0/8):


Code:

#include<iostream> using namespace std; int main(){ int a; char b; float c; double d; long long e; scanf("%d %c %f %|f %||d",&a,&b,&c,&d,&e); cout<<a<<""<<b<<""<<c<<""<<d<<""<<e<<endl; return 0; }


Run Info:

------Input------
6234
------Answer-----
4623
------Your output-----
6234