如下内容段是关于C语言趣味,这段编译是可以通过的的内容,应该是对小伙伴们有一些帮助。

#include <stdio.h>int main(){ printf("haha!!n"); return 0;}