fork download
  1. int main()
  2. {
  3. char* oops = "hello world";
  4. oops[3]++;
  5. }
Runtime error #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty