Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パイソン。 基本
(Python) 条件文
Module:
(Python) 条件文
Problem
11
/17
連立方程式
Problem
次の式を使用して
y
を計算するプログラムを作成します:
\(\begin{equation*} y(x) = \begin{cases} 0 &\text{x = 0}\\ x^2-x-1 &\ text{otherwise} \end{cases} \end{equation*}\)
入力
入力は整数
x
です。
インプリント
y
の値を表示します。
例
<頭>
#
入力
出力
<本体>
1
2
1
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary