Run ID:97064
提交时间:2024-11-10 12:01:43
#include<iostream> using namespace std; int main() { int w; int i; cin>>w>>i; cout<<w+i<<endl; return 0; }