fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4.  
  5. int main(void) {
  6. double a, b, x;
  7. printf("Введіть а:\n");
  8. scanf("&lf", &a);
  9. printf("Введіть b:\n");
  10. scanf("%lf", &b);
  11. printf("Введіть х:\n");
  12. scanf("%lf", &x);
  13.  
  14.  
  15.  
  16.  
  17.  
  18. return 0;
  19. }
Success #stdin #stdout 0s 4396KB
stdin
Standard input is empty
stdout
Введіть а:
Введіть b:
Введіть х: