Run ID:89948

提交时间:2024-09-07 13:00:01

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