fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3. int main(void)
  4. {
  5. float x, y;
  6. printf("SSSS");
  7. scanf("%f",x);
  8. y=pow(x,2)+6.3*x;
  9. printf("y",y);
  10. }
Success #stdin #stdout 0s 2172KB
stdin
Standard input is empty
stdout
SSSSy