Run ID:103240

提交时间:2024-12-28 14:54:40

#include<iostream> using namespace std; int main() { int a,b,a1,b1; cin>>a>>b; cout<<a+b; return 0; }