#include <stdio.h>#include <string.h>void main(){int length;char answnum[10]={"123456"};length=strlen(answunm);printf("%d",length);} 查看完整描述