COMP 3200 - Fall 2023 - Project 2

Due by 11:59pm on Monday, October 30, in my email inbox. Send your program as an attachment.

The late penalty is 5% per hour.

Using the language you selected, write a program to solve the Instruens Fabulam problem from the 2000 archives of the ACM Mid-Central USA Regional Programmming Contest. The precise input and output format is specified (including filenames), and your output must match byte-for-byte. Your program must consist of one source file called "fab.zzz", where zzz is an appropriate extension for your language. Additional sample input/output can be found here.

For this project, you may choose to either use your language's File I/O capabilities, or assume that the standard input and output are used. You must, when you submit your project, indicate which option you have selected, and include complete instructions for how to run your code.

Remember that this problem is just one of eight that were designed to be solved during one five-hour contest.

Grading will be on a 100-point scale, based partially on the number of test cases successfully completed, and partially on the degree to which you have conformed to the output specifications.

Rules