fork download
  1. #include <iostream>
  2. int q=15;
  3. int main()
  4. {
  5. int q=10;
  6. std::cout << ::q << std::endl;
  7. }
Success #stdin #stdout 0s 4368KB
stdin
Standard input is empty
stdout
15