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