Run ID:129944

提交时间:2025-09-06 18:46:02

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