// This is a program that is trying to use a completed version of the
// `total_cost` function from the previous exercise. It's not working though!
// Why not? What should we do to fix it?
use ParseIntError;
// Don't change this function.
// TODO: Fix the compiler error by changing the signature and body of the
// `main` function.