[10 points] Write a complete c++ program which prompts the user for a number of seconds and prints out the corresponding Hours, Minutes and Seconds. For example, if the input is 3603, the output should be
3603 seconds = 1 hour, 1 minute and 3 seconds.