Owes Shubho

owes-shubho-logo

অতি সাধারন সমস্যা এবং ব্যার্থতা

URI Online Judge


Problem 1001 Try 3 Times and Success.

What the Hell….

#include <stdio.h>
 
int main() {
    int A,B,X;
    
    scanf("%d", &A);
    scanf("%d", &B);
    X=A+B;
    printf("X = %d\n",X);
 
    return 0;
}

 

Leave a Reply

Your email address will not be published. Required fields are marked *