#include <stdio.h>int main(){ while(1) { char *m = "aaaaaaaa"; char d; scanf("%c",&d); printf("%s\n",m); }}
Ddion
相关问题
相关分类