说反话———C语言
#include<stdio.h>int main(){ int i = 0; char word[80][80]; while (scanf("%s", word[i++]) && (getchar()) != '
'); while (--i) { printf("%s ", word[i]); } printf("%s", word[0]); return 0;} if中getc.
'); while (--i) { printf("%s ", word[i]); } printf("%s", word[0]); return 0;} if中getc.












