#include int main(){ int a,b; printf("a="); scanf("%d",&a); printf("b="); scanf("%d",&b); printf("Suma numerelor este:%d\n",a+b); return 0; }