#include <iostream> using namespace std; int main() { // write your code here...... int a , b; scanf("%d %d",&a,&b); printf("%d",(a+b)); }