提交时间:2025-11-05 21:03:16
运行 ID: 73120
#include <bits/stdc++.h> using namespace std; int main( ) { int a,t; cin>>a>>t; cout<<a+t; return 0; }