• + 0 comments

    Swift solution :

    func maximumDraws(n: Int) -> Int {
        return n+1
    }