#include <stdio.h>int main(){ while(1) { char *m = "aaaaaaaa"; char d; scanf("%c",&d); printf("%s\n",m); }} 查看完整描述