Skip to content

April 14 - Meeting Outline

Plan for Today

  1. Play a guessing game
  2. Solve some coding challenges
  3. Have a quick review for all contents covered so far
  4. 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