#P4956. [COCI 2017/2018 #6] Davor

[COCI 2017/2018 #6] Davor

题目描述

After successfully conquering the South Pole, Davor is preparing for new challenges. Next up is the Arctic expedition to Siberia, Greenland and Norway. He begins his travels on 31 December 2018, and needs to collect NN kunas (Croatian currency) by then. In order to do this, he has decided to put away XX (X100X \le 100) kunas every Monday to his travel fund, X+KX + K kunas every Tuesday, X+2×KX + 2\times K every Wednesday, and so on until Sunday, when he will put away X+6×KX + 6\times K kunas. This way, he will collect money for 52 weeks, starting with 1 January 2018 (Monday) until 30 December 2018 (Sunday).

If we know the amount of money NN, output the values XX and KK so that it is possible to collect the exact money amount in the given timespan. The solution will always exist, and if there are multiple, output the one with the greatest XX and smallest KK.

输入格式

The first line of input contains the integer NN (1456N1456001456\le N \le 145600), the number from the task.

输出格式

The first line of output must contain the value of XX (0X1000 \le X \le 100), and the second the value of KK (K>0K > 0).

1456
1
1
6188
14
1
40404
99
4