#include int main() { int a,b; printf("introduceti numerele \n"); scanf("%d",&a);scanf("%d",&b); printf("suma este %d",a+b); return 0; }