“秘密在每一句的第五个字”这句话用C语言编写代码怎么写?求IT高手

2024-11-17 08:40:15
推荐回答(1个)
回答1:

#include
int main()
{
printf("秘密在每一句的第五个字");
return 0;
}