fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. char* a = "adfasfd";
  6. a[0] = 'A';
  7. return 0;
  8. }
Runtime error #stdin #stdout 0s 4548KB
stdin
Standard input is empty
stdout
Standard output is empty