今天学习了C语言的基本知识,也了解到了符号类型


#include<stdio.h>


int main()


{


printf("haha!");


return 0;


}