王道训练营习题day1

编程成长之路 / 2023-06-05 / 原文

/*王道训练训练营习题1*/
#include<stdio.h>

int main()
{
	printf("hello wangdao");
	return 0;
}