#include#include int main(){ char *s; char word[52]={'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z','a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','y','x','z'}; int ex[50]; printf("请输入昵称:n"); scanf("%s",s); for(int i=0; i 代码为半成品,目前无法实现长度自动计算,可自行更改,文字中间不允许出现空格



