Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
자바. 기초
자바. 조건 연산자
Module:
자바. 조건 연산자
Problem
11
/17
연립방정식
Problem
다음 공식을 사용하여
y
를 계산하는 프로그램을 작성하세요.
\(\begin{방정식*} y(x) = \begin{cases} 0 &\text{x = 0}\\ x^2-x-1 &\ 텍스트{그렇지 않으면} \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