#include<bits/stdc++.h> using namespace std; int main(){ int a,b,sum=0; sum=a+b; cout<<sum return 0; }