#include<stdio.h>
#include<stdlib.h>
int main()
{
printf("Hello,world!\n");
system("Pause");
return 0;

 }

Hello world!

相关文章: