URI - BEECROWD - BEE Online Judge Solution 1004 | Simple Product - URI - BEECROWD - BEE Problem 1004 Solution in C,C++,Python
URI - BEECROWD - BEE Online Judge Solution 1004 Simple Sum | Beginner
Problem Name: 1004 Simple Product code
Problem Number : URI - 1004 Simple Product solution
Online Judge : URI Online Judge Solution
Category: Beginner
Solution Language : C,C plus plus, python
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 the message "PROD" and PROD according to the following example, with a blank space before and after the equal signal.
Input Samples | Output Samples |
3 | PROD = 27 |
-30 | PROD = -300 |
0 | PROD = 0 |
0 Response to URI - BEECROWD - BEE 1004 | Simple Product - Solution in C,C++,Python
Post a Comment