Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
21562
.
Formula 1
Задача
Темы:
Язык программирования
Write a program that calculates the value of
\(y=3\cdot x^6-6\cdot x^ 2-7\)
em>
,
with a given value
x
.
Input
The input to the program is an integer
x
(
\(x < 10\)
).
Imprint
Print the value of
y
.
Examples
#
Input
Output
1
5
46718
1000
ms
32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя