#include using namespace std; int main() { int a,b,S; cin>>a>>b; S=0; S=a+b; cout<