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