-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11b0a38
commit d90d19c
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
http://www.beecrowd.com.br/judge/problems/view/1036 | ||
|
||
# Bhaskara's Formula | ||
|
||
Read 3 floating-point numbers. After, print the roots of | ||
bhaskara’s formula. If was impossible to calculate the roots | ||
because a division by zero or a square root of a negative number, | ||
presents the message “Impossivel calcular”. | ||
presents the message “*Impossivel calcular*”. | ||
|
||
Input | ||
## Input | ||
|
||
Read 3 floating-point numbers A, B and C. | ||
|
||
Output | ||
## Output | ||
|
||
Print the result with 5 digits after the decimal point or | ||
the message if it is impossible to calculate. |