Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<stdio.h>
- void main(){
- int coe1a=1,coe2b=2,coe3c=3;
- int QR=coe2b*coe2b-4*coe1a*coe3c;
- QR!=0?(QR>0?
- printf("distinct root")
- :printf("no real root")
- )
- :printf("identical root");
- }
Advertisement
Comments
-
- Our Driver Gloves are a great addition to your outfit, so the next time you take your automobile out for a spin, don’t forget to wear them.
- https://www.premium-glove.com/product-category/driver-glove/
Add Comment
Please, Sign In to add comment
Advertisement