[Community Puzzle] Score a Bridge deal

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @Lanfeust,validated by @Timinator,@_SG_Sebastien and @_SG_Jarjar.
If you have any issues, feel free to ping them.

I don’t know Bridge, can someone explain how do we know if a contract was won or lost ? I’m unable to find this in the statement.

You win the contract if the number of tricks won (input #3) is greater than or equal to 6 + the bid in the contract (the number 1…7 within input #2)

1 Like

Thank you !

I was also stuck on this point, it’s not very clear in the statement so thank you!