fork download
  1. main()
  2. #include <stdio.h>
  3. #include <conio.h>
  4. #include <math.h>
  5. {
  6. float a, b, s;
  7. printf("VVedite 2 chelih chisla a, b \n ");
  8. scanf ("%f%f", %a, %b);
  9. s=(fabs(pow(a,2))-b)/(sqrt(2*pow(b,2))+1));
  10. printf("Полученное число" %f,s);
  11. getch()
  12. }
  13.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:19: fatal error: conio.h: No such file or directory
 #include <conio.h>
                   ^
compilation terminated.
stdout
Standard output is empty