RiseOJ는 solved.ac와 제휴 관계가 없습니다. 티어 아이콘 © solved.ac. solved.ac
포럼
COCI00002

Herman

스페셜 저지 — 출력을 사용자 정의 프로그램으로 검사하므로 여러 정답이 인정될 수 있습니다.
Bronze III 브론즈 III
난이도
1s
시간 제한
32MB
메모리 제한
1
맞았습니다!!
1
제출 수
100.0%
정답률
레이팅

의견: 0

설명

The 19th century German mathematician Hermann Minkowski investigated a non-Euclidean geometry, called the taxicab geometry. In taxicab geometry the distance between two points \(T_1 = (x_1, y_1)\) and \(T_2 = (x_2, y_2)\) is defined as:

\(d(T_1, T_2) = |x_1 - x_2| + |y_1 - y_2|\)

All other definitions are the same as in Euclidean geometry, including that of a circle:

A circle is the set of all points in a plane at a fixed distance (the radius) from a fixed point (the centre of the circle).

We are interested in the difference of the areas of two circles with radius \(R\), one of which is in normal (Euclidean) geometry, and the other in taxicab geometry. The burden of solving this difficult problem has fallen onto you.

제약
입력 형식

The first and only line of input contains the radius \(R\), an integer smaller than or equal to \(10\,000\).

출력 형식

On the first line, output the area of a circle with radius \(R\) in normal (Euclidean) geometry.

On the second line, output the area of a circle with radius \(R\) in taxicab geometry.

Note: Outputs within \(±0.000001\) of the official solution will be accepted.

서브태스크
서브태스크점수설명

Subtask 1

20점
예제 1
입력
1
출력
3.141593
2.000000
설명

Euclidean area = π·1² ≈ 3.141593; taxicab area = 2·1² = 2.

예제 2
입력
21
출력
1385.442360
882.000000
예제 3
입력
42
출력
5541.769441
3528.000000
문제 정보

riseoj 작성

출처 COCI 2006/2007 Contest 1

평가 및 의견

Herman

개요
출제자 난이도 Bronze III 브론즈 III 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

Herman

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8