Skip to content

Commit

Permalink
Format problem file
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Nov 6, 2024
1 parent 11b0a38 commit d90d19c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions solutions/beecrowd/1036/problem.md
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.

0 comments on commit d90d19c

Please sign in to comment.