编程求一个四位自然数ABCD,它乘以4后变成DCBA(A,B,C,D各不相同)。
no input needed
2178
#include<bits/stdc++.h> using namespace std; int main() { cout<<"2178"; return 0; }