请编写出 显示"how are you?"的程序

2024年11月20日 11:28
有1个网友回答
网友(1):

#include
int main(void)
{
printf("how are you");
return 0;
}