#include int main( ){ printf("This is a C program.\n"); return 0;}第一行的 #和include之间不要有空格
你建的工程好像有问题 建控制台的 别建WIN32的。
编译完了连接,直接运行。代码没错