DECODE13 - Editorial

PROBLEM LINK:

Practice

Author: Manas Rawat
Tester: Aagam Jain
Editorialist: Manas Rawat

DIFFICULTY:

CAKEWALK

PROBLEM:

You have been given the value of K you have to tell the type of material accordingly.

QUICK EXPLANATION:

This question can be done easily with the help of simple if - else statements. The only part that you need to think about is that the question has mentioned conditions in the form of 10^{K} and in the input we are given values in the form of K only.

SOLUTIONS:

Solution can be found here.

1 Like