#P1206. 计算

计算

Description

输入a、b和c的值。编程求(-b+4ac)/(2a)。

Input Format

输入三个数

Output Format

输出对应的值
2 4 3
5

Source

第一章入门