“文华”的版本间的差异

来自通约智库
跳转至: 导航搜索
第9行: 第9行:
 
*[http://c.biancheng.net/ C语言中文网]
 
*[http://c.biancheng.net/ C语言中文网]
 
*
 
*
 +
#include <stdio.h>
 +
int main()
 +
{
 +
    puts("C语言中文网");
 +
    return 0;
 +
}
 
#include <stdio.h>
 
#include <stdio.h>
 
int main()
 
int main()

2019年11月22日 (五) 02:18的版本

从事IT与农业

  1. include <stdio.h>

int main() {

   puts("C语言中文网");
   return 0;

}

  1. include <stdio.h>

int main() {

   puts("C语言中文网");
   return 0;

}