Skip to content

nk10025/hello-world

Repository files navigation

HackerRank Rectangle Problem

Input Format:

The first and only line of input contains two space-separated integers denoting the width and height of the rectangle.

Sample Input:

10 5

Constraints:

1<= width, height<=100

Output Format:

The output should consist of exactly two lines: In the first line, print the width and height of the rectangle separated by space. In the second line, print the area of the rectangle.

Sample Output:

10 5 50

About

yet another helllo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages