fork download
  1. #include <stdio.h>
  2.  
  3. int main(){
  4. int x;
  5. float y;
  6.  
  7. scanf("%d, %f", &x,&y);
  8. printf("%d, %f", x, y);
  9. return 0;
  10. }
Success #stdin #stdout 0s 5272KB
stdin
Standard input is empty
stdout
1080037248, 0.000000