1-1.c

#include<stdio.h>
int main(int argc, char *argv[])
{
	printf("hello, world!\n");//打印"xx"内字符串.
	return 0;
}
时间: 2024-11-06 11:23:20