The superior forces of the Empire

Report a typo

It is known that the Galactic Empire has more ships than the Rebel Alliance and the number of the Empire's ships is a multiple of the number of the rebels' ships.

Write a program that calculates how many times larger the Empire fleet is.

Input: two integers as strings (each starting on a new line).

Output: Int value.

Sample Input 1:

2000
1000

Sample Output 1:

2
Write a program in Kotlin
fun main() {
// write your code here

}
___

Create a free account to access the full topic