ইউ আর আই অনলাইন জাডজ সলুশন । URI Online Judge Solution 1001 | Extremely Basic - in C++ language - Bdtunerexpress

Latest

Monday, March 26, 2018

ইউ আর আই অনলাইন জাডজ সলুশন । URI Online Judge Solution 1001 | Extremely Basic - in C++ language

Problem :
Read 2 variables, named A and B and make the sum of these two variables, assigning its result to the variable X. Print X as shown below. Print endline after the result otherwise you will get “Presentation Error”.

Input

The input file will contain 2 integer numbers.

Output

Print the letter X (uppercase) with a blank space before and after the equal signal followed by the value of X, according to the following example.
Obs.: don't forget the endline after all.


Source code:

#include <iostream>
#include <iomanip>
using namespace std;

int main(){

    int A,B;
    cin>>A>>B;
    cout<<"SOMA = "<<A+B<<endl;

    return 0;
}

How to install adobe premiere pro 2023 - কিভাবে Adobe Premiere PRO আপনার পিসিতে ইন্সটল করবেন

 How to install adobe premiere pro 2023 Download Premiere Elements Open the Adobe Premiere Elements download page in your web browser. Sign ...