fork download
  1. int main()
  2. {
  3. char *a="A";
  4. *a++;
  5. *a++;
  6. return 0;
  7. }
Success #stdin #stdout 0.01s 1672KB
stdin
Standard input is empty
stdout
Standard output is empty