Tuesday, July 31, 2018

Uri 1001 problem solution.

Uri 1001 problem solution please don't copy code .If you don't understand the problem than you find logic here see this code.














 
Code is here:

#include <stdio.h>

int main() {

     int A,B,X;
     scanf("%d %d",&A,&B);
     X=A+B;
     printf("X = %d\n",X);

    return 0;
}

1 comment:

Uri 1002 problem solution

Uri 1002 problem solution please don't copy code .If you don't understand the problem than you find logic here see this code. ...