#include <iostream.h>
main ( ) {
  cout << "The volume of the box car is "
       << 11 * 9 * 40
       << endl;
}
