This documentation is automatically generated by online-judge-tools/verification-helper
#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"
#include<bits/stdc++.h>
using namespace std;
int main () {
int A, B;
cin >> A >> B;
cout << A + B << endl;
}
#line 1 "verify/yosupo_library_checker/sample/a_plus_b.test.cpp"
#define PROBLEM "https://judge.yosupo.jp/problem/aplusb"
#include<bits/stdc++.h>
using namespace std;
int main () {
int A, B;
cin >> A >> B;
cout << A + B << endl;
}