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