fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. unsigned short sh = 0xA07F;
  7. sh = sh << 4;
  8. cout << dec << sh << endl;
  9. return 0;
  10. }
Success #stdin #stdout 0s 2852KB
stdin
Standard input is empty
stdout
2032