Solving Codechef Problems using Haskell
Feb 6, 2023 · 1 min read · Number Mirror Problem Write a program that takes a number N as the input, and prints it to the output. Input Format The only line contains a single integer. Output Format Output the answer in a single line. Constraints 0≤N≤10^5 Sample 1: Input 123 ...
Join discussion

