Run ID:113387

提交时间:2025-03-15 18:09:46

#include<bits/stdc++.h> using namespace std; int main(){ cout<<"1234+5678="<<1234+5678; return 0; }