Advertisement
LarvitarYoung

whiteboard

Oct 27th, 2022
779
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. #include<stdio.h>
  2. void main(){
  3.     int coe1a=1,coe2b=2,coe3c=3;
  4.     int QR=coe2b*coe2b-4*coe1a*coe3c;
  5.     QR!=0?(QR>0?
  6.                 printf("distinct root")
  7.                 :printf("no real root")
  8.           )
  9.          :printf("identical root");
  10. }
Advertisement
Comments
  • treddydavis
    2 years
    # text 0.20 KB | 0 0
    1. 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.
    2.  
    3.  
    4. https://www.premium-glove.com/product-category/driver-glove/
Add Comment
Please, Sign In to add comment
Advertisement