For a positive integer n, we define a function f: f (n) = - 1 + 2 - 3 + .. + (- 1) nn your task is to calculate f (n) for a given integer n. input data the only line contains a positive integer n (1 ≤ n ≤ 1015). output output f (n) in a single line. with c++
Другие вопросы по: Информатика
Знаешь правильный ответ?
For a positive integer n, we define a function f: f (n) = - 1 + 2 - 3 + .. + (- 1) nn your task is...
Популярные вопросы