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

Latest

Monday, March 26, 2018

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

Problem:
Read two integer values. After this, calculate the product between them and store the result in a variable named PROD. Print the result like the example below. Do not forget to print the end of line after the result, otherwise you will receive “Presentation Error”.

Input

The input file contains 2 integer numbers.

Output

Print PROD according to the following example, with a blank space before and after the equal signal.


Source Code:

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

int main(){

    int A,B;
    cin>>A>>B;
    cout<<"PROD = "<<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 ...