// 编辑环境 VS2010
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
system("pause");
return 0;
}
//运行结果截图
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("hello world\n");
system("pause");
return 0;
}
//运行结果截图