#include <stdio.h>

int main() {
    int a,b
printf(" Enter the two values :\n");
scanf("%d",&a);
scanf("%d",&b);
int c=a+b;

int a=10
return 0;
}