..
1234567891011121314151617181920212223let input = Int(readLine()!)! var count = 0var temp: Int = inputvar tempToString = String(temp)repeat{ if(temp
12345678910111213141516171819let input = Int(readLine()!)!var count = 0for number in 1...input{ switch(number){ case 1..
1234let input = readLine()?.split(separator: " ")let a = Double((input?.first?.description)!)!let b = Double((input?.last?.description)!)!print(a / b)Colored by Color Scriptercs