fork download
  1. #include <iostream>
  2. auto main() -> int {
  3. {
  4. int x{44};
  5. }
  6. int x{34};
  7. }
Success #stdin #stdout 0s 4508KB
stdin
Standard input is empty
stdout
Standard output is empty