April 14 - Meeting Outline
Plan for Today
- Play a guessing game
- Solve some coding challenges
- Have a quick review for all contents covered so far
- Leave some challenges problems to be done due next meeting
Guessing Game
You will be given a integer $x$ ranging from $1$ to $100$($1\leq{x}\leq{100}$). You have $9$ chances to make a guess.
For every guess, you can type a number and the program will output either too big!
, too small!
, or bingo!
.
Hint: it can be proved that $9$ chances are enough for any number in this range.
Practice Problems
Password for Contest: ACRSSCP
Today: - hello - the last problem
Before Next Meeting: - time loop - a different problem