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_Jerome.
If you have any issues, feel free to ping them.
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_Jerome.
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)
Thank you !