fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. int variable = 9; //Var to square root
  6.  
  7. std::cout << (variable >> 2);
  8. }
Success #stdin #stdout 0s 2896KB
stdin
Standard input is empty
stdout
2