Run ID:113381
提交时间:2025-03-15 18:08:07
#include<bits/stdc++.h> using namespace std; int main(){ cout<<"124+567="<<124+567; return 0; }