#include using namespace std; int main (void) { short fred(33000); cout << fred << endl; }