#40439: c++ answer


1121226@stu.wghs.tp.edu.tw (Arthur✨EC)


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