C2023040 2024-01-30 12:02:15
#include<bits/stdc++.h>
using namespace std;
int main ()
{
int a,b; cin>>a>>b; cout<<a+b;
}