#P4861. Calculating Function
Calculating Function
Calculating Function
题面翻译
对于正整数,我们定义函数:
您的任务是计算。
输入输出格式
输入:
一行,为正整数()
输出:
一行,为f的值。
题目描述
For a positive integer let's define a function :
Your task is to calculate for a given integer .
输入格式
The single line contains the positive integer ( ).
输出格式
Print in a single line.
样例 #1
样例输入 #1
4
样例输出 #1
2
样例 #2
样例输入 #2
5
样例输出 #2
-3
提示