fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. float t;
  5. scanf("%f",&t);
  6. while (t){
  7. printf("3 card(s)");
  8. t=0;
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0s 9416KB
stdin
0.32
stdout
3 card(s)