Skip to content

Instantly share code, notes, and snippets.

View MohammedBadr20s's full-sized avatar

Mohammed Badr MohammedBadr20s

View GitHub Profile
#include <iostream>
#include <iomanip>
#include <math.h>
using namespace std;
int main()
{
float A , B , C ;
double delt , root , R1 , R2;
cin >> A >> B >> C;