Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
27058
.
Formula - 6
Задача
Темы:
Вещественные числа
Вывод формулы
Write a program that calculates the value of
y
.
\(y = \frac {-1} {x^2}\)
Input
The input is an integer
x
(x
> 0).
Imprint
Print the value
y
.
Examples
#
Input
Output
1
2
-0.25
2
1
-1
1000
ms
256 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя