将print函数中的printf("%d %d",q->score,q->num);一句改为printf("%d %d\n",q->score,q->num);,以使输出第二个整数后回车,让版面标准化。(前面输出字符串时不需要,因为fgets函数会把\n读进来放在字符串的最后)