#include<bits/stdc++.h> using namespace std; int main(){ int p,o,i; cin>>p>>o; cout<<(p+o); return 0; } 分享