Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
136949 张咏灏 04四位数移位 C++ Wrong Answer 1 MS 272 KB 200 2025-11-15 16:53:57

Tests(0/8):


Code:

#include<iostream> using namespace std; int main(){ int a[10]; for(int i=0;i<4;i++){ cin>>a[i]; } for(int j=4;j>0;j--){ cout<<a[j]<<" "; } return 0; }


Run Info:

------Input------
6234
------Answer-----
4623
------Your output-----
205398152 0 1 0