Problems
210 - Professor’s Homework (II)
SUBMIT PROBLEM

Professor’s Homework (II)

Time Limit: 1 sec

 

The Problem

Nora has done the previous homework very nicely. So her Professor has given her homework again. This time Professor says “You have to find three consecutive numbers whose summation is N.“

 

21 + 22 + 23 66

 

 

The Input

The input file contains one integer number N (N<=300).

 

The Output

Output will show the three consecutive integer numbers in a separate line.

 

Sample Input

297 

 

Sample Output

 98 99 100

 

 

 

 

Problem Setter: Shahin ShamS

Special thanks to Samia Safa Ahmed