Why does my output only print if there is another print after it?

后端 未结 3 872
[愿得一人]
[愿得一人] 2020-12-22 01:57

Interesting little bug here:

if (host != NULL) {
    printf("hi");
} else {
    printf("FAIL");
}
return 0;

doesn\'t prin

3条回答
提交回复
热议问题