Algo Team
Algo Kickoff
Meet the Board
Patrick
Cyril
Joann
Angel
Nate
David
Mariia
Jeremiah
What is the Algo Team?
“OH 💩! It’s already 1:00PM!” Nate slept in and is late to class. In a rush, he grabs whatever he can. He wonders if he forgot his keys, phone, or wallet.
Input
The first line contains one integer n indicating the number of items he grabbed before heading out the door.
The next n lines each contain one nonempty string of lowercase letters, indicating an item Nate grabbed before leaving. No two strings will be the same.
Output
Output the item(s) (keys, phone, wallet) that do not appear in the input, one item per line in alphabetic order. If he did not forget any of these items, print “ready.”
Sample 1:
Input:
3
wallet
bottle of josh
bottle of josh
Output:
keys
phone
Sample 2:
Input:
4
phone
underwear
wallet
keys
Output:
ready
← (he has a problem)
Python Solution
C++ Solution
For all Find the Bug problems:
Go to carbon.now.sh and fill out code
Theme: VsCode
Language: C++/Python3
Screencapture image, don’t “save as image” (different color)
Paste and add white border, weight 3
Find the bug
Find the bug
Find the bug
Find the bug
Blooket time
ICPC
Registration: Sept 1 - Nov 3
Contest: Nov 16
Description: The International Collegiate Programming Contest is contest that challenges students of different universities in teams of 3 to attempt a list of algorithmic problems given a time limit.
Next Workshops
Data Structures
Advanced Algorithms
ICPC