Codeforces . Programming competitions and contests, programming communitySites for Practice Good online judge systems / contest platforms to practice. Codeforces . Programming competitions and contests, programming communityIn the first test case, integer 6 6 have following divisors: [1, 2, 3, 6] [1, 2, 3, 6]. There ... Codeforces . Programming competitions and contests, programming communityHope you all find this useful. Insights : You are in the top 1% once you become a Master You are in the top 20% once you become an Expert 94% of the coders cannot participate on Div.1 contests 60% of the coders are eligible to participate and rated in Div.4 contests P.S., Suggest edits to data available. Codeforces . Programming competitions and contests, programming communityIn the first sample, Limak weighs 4 and Bob weighs 7 initially. After one year their weights are 4·3 = 12 and 7·2 = 14 respectively (one weight is tripled while the other one is doubled). Limak isn't larger than Bob yet. After the second year weights are 36 and 28, so the first weight is greater than the second one. Limak became larger than Bob after two years so you should print 2. In the second sample, Limak's and ...