Run ID:91520

提交时间:2024-09-22 09:17:01

#include<iostream> using namespace std; int main(){ long long w,d; cin>>w>>d; cout<<w+d; return 0; }