Run ID:93320
提交时间:2024-10-13 11:11:58
#include<bits/stdc++.h> using namepsce std; int main(){ int a,b; cin>>a>>b; cout<<a+b; }