Need Help in #815 Div2, Problem A

Revision en1, by nitishp05, 2022-08-18 19:29:06

Hey,

I need help in someone checking my solution to 1720A - Burenka Plays with Fractions #815 Div2, Problem A. 168812095 The number to multiply lower fraction is (higher_fraction/lower_fraction). Now to check if this number is integer or not, I used int(num) == num logic. If its equal num is int, else float. accordingly the number of claps.

Please let me know what i'm missing here.

Thanks

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English nitishp05 2022-08-18 19:29:06 428 Initial revision (published)