Search posts...
class Solution { public int solution(int num1, int num2) { return (num1*1000)/num2; } }
silver