fork download
  1. int main() {
  2. int x = 1;
  3. if (x == 1) { x = 2; }
  4. return 0;
  5. }
Success #stdin #stdout 0s 5288KB
stdin
45
stdout
Standard output is empty