#include int main() { std::cout << -1 << " shifted right five times is " << ( -1 >> 5 ) << '\n'; }