PROBLEM LINK: START01 Problem - CodeChef
DIFFICULTY:
CAKEWALK
PREREQUISITES:
Basic Input and Output Operation
PROBLEM:
You’ve to write a program that will accept a number n and will output that number.
EXPLANATION:
Take input a number n, and just print the number on the screen:wink:
SOLUTION:
The solution in C++ can be found here
https://www.codechef.com/viewsolution/25337274