Run ID:97430
提交时间:2024-11-15 19:59:42
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; }