#include <stdio.h>
main ( ) {
printf ("The capacity of the %s car is %i.\n",
        "box",
        4703);
}
