#27593: 張陳書沛


yp11051144@yphs.tp.edu.tw (81134張陳書沛)


#include<iostream>

using namespace std;

 

int main()

 

{

int a,b;

cin>>a>>b;

cout<<a+b<<endl;

 

return 0;

}