cf/mirror

Quadratic equation

CF
530A1500· specialist2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
1 -2 1
Output
1
Sample 2of 3
Input
1 0 -1
Output
-1 1
Sample 3of 3
Input
2 -3 1
Output
0.5 1
530A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)