Run ID:113378

提交时间:2025-03-15 18:07:26

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