perfect

CF

Perfect Squares – Till N

Given a positive integer N as the input, print all the perfect squares till N (inclusive of N). Input Format:The first line contains N. Output…
PythonF

Perfect Number

Given a positive integer N as the input, the program must print yes if N is a perfect number. Else no must be printed. Input Format: The first…