Computer Science
+===============================================================+ | | | .d8888b. .d8888b. .d8888888b. 8888888b. 888 888 | | d88P Y88b d88P Y88b d88P" "Y88b 888 Y88b 888 888 | | 888 888 Y88b. 888 d8b 888 888 888 888 888 | | 888 "Y888b. 888 888 888 888 d88P 888 888 | | 888 "Y88b. 888 888bd88P 8888888P" 888 888 | | 888 888 "888 888 Y8888P" 888 888 888 | | Y88b d88P Y88b d88P Y88b. .d8 888 Y88b. .d88P | | "Y8888P" "Y8888P" "Y88888888P" 888 "Y88888P" | | | +====== PUZZLE UNIVERSITY DEPARTMENT OF COMPUTER SCIENCE =======+ Last login: Tue May 09 11:30 PDT 2023 from 192.168.0.1 on pts/1 Welcome to the Puzzle University Department of Computer Science! AnonymousUser@puzzu:~$ pwd /depts/cmsc/users/AnonymousUser AnonymousUser@puzzu:~$ ls puzzles/ README AnonymousUser@puzzu:~$ cat README
Nothing on this page is a puzzle. There are only links to actual puzzles below. This README is only here to help you understand the very non-standard concepts in this department.
### Inputs to Puzzles ###
Each of the non-meta puzzles in this department take one word as input. This input word changes how the puzzle solves, and therefore instead of a puzzle having a single answer, a puzzle has a single answer for a particular input. When submitting answers you will need to select the input word and provide the appropriate output word (aka answer).
### Rate Limiting ###
Guesses are per puzzle, not per input. So if you guess a lot quickly on an input of foo, then you'll be rate-limited for an input of bar as well.
### Function Calls ###
Most of the puzzles involve "function calls" to other puzzles; these look like: CLUES(born). For the purposes of solving the puzzle, in this example, the function call should be replaced with the output of the CLUES puzzle when given an input of "born".
### Inputs to Puzzles ###
Each of the non-meta puzzles in this department take one word as input. This input word changes how the puzzle solves, and therefore instead of a puzzle having a single answer, a puzzle has a single answer for a particular input. When submitting answers you will need to select the input word and provide the appropriate output word (aka answer).
### Rate Limiting ###
Guesses are per puzzle, not per input. So if you guess a lot quickly on an input of foo, then you'll be rate-limited for an input of bar as well.
### Function Calls ###
Most of the puzzles involve "function calls" to other puzzles; these look like: CLUES(born). For the purposes of solving the puzzle, in this example, the function call should be replaced with the output of the CLUES puzzle when given an input of "born".
AnonymousUser@puzzu:~$ ls puzzles/ CLUES.puzz EMPTY.puzz LIST.puzz LOGIC.puzz AnonymousUser@puzzu:~$ █