Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89948 何睿函 04四位数移位 C++ Wrong Answer 0 MS 264 KB 124 2024-09-07 13:00:01

Tests(0/8):


Code:

#include<iostream> using namespace std; int main(){ int abcd; int dcba; abcd=dcba; cout<<abcd; return 0; }


Run Info:

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