#include <stdio.h>
#include <limits.h>
int main(){
int a=0;
for(int i=0;i<CHAR_MAX;i++){
printf("%c\n",i);
}
return 0;
暂无评论,快来抢首评~
相关推荐