哪里错了 最简单的HELLO WORLD
程序代码:#include <stdio.h>
int main(void)
{
printf("My first C ");
return 0;
}用的C-Free
错误情况如下
程序代码:#include <stdio.h>
int main(void)
{
printf("My first C ");
return 0;
}
2015-01-28 22:10
2015-01-28 22:46
2015-01-28 23:34
2015-01-28 23:42

2015-01-28 23:46
2015-01-29 08:37
2015-01-29 09:07
2015-01-29 09:15
2015-01-29 09:17
2015-01-29 09:17