C语言

60 阅读1分钟

打印

   # include<stdio.h>
   int main(){
       printf("hello wolrd")
       return 0;
   }