Week 2: Friday -------------- Q1. (50) Input a postive integer n and check if it is a factorial of some integer m or not. If yes, print m, otherwise, print "NO". Q2. (50) Input a postive integer n and print all its prime factors (including itself it is a prime). Also make sure that no prime factor is printed more than once.