fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. int x;
  5. float y;
  6. scanf("%d%.2f",&x,&y);
  7. printf("%.2f",y);
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 1724KB
stdin
20 789.87
stdout
-0.00