练习1-12编写一个程序,以每行一个单词的形式打印其输出
#include<stdio.h>
#define IN 1
#define OUT 0
int main()
{
int state, c;
state
2020-04-04