Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
148186 周润泽 06变换四位数 C++ Wrong Answer 0 MS 268 KB 390 2026-02-09 20:08:50

Tests(0/10):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main() { long long a,b,c,d; cin>>a>>b>>c>>d; if(b>0){ cout<<b<<a<<d<<c; }else{ cout<<a<<d<<c; } }


Run Info:

------Input------
8051
------Answer-----
815
------Your output-----
140734129536152805141950644826935