打印输入中单词长度的直方图(垂直方向的直方图)

<span style="background-color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif;"></span><pre name="code" class="objc"> #include <stdio.h> #define MAXWORDLEN 10 /*单词的最大长度*/ #define OUT 0
相关文章
相关标签/搜索