cocobear9  
一枚普通的zisuer(lll¬ω¬),努力每天多学一点点

2020年4月25日

摘要: //建立字符串数组morse,存放words中的字符串转成莫尔斯密码后的字符串,//每次处理words中的字符串,如果不重复,就添加到morse里面,最终输出morse中字符串的个数 #include <stdio.h> #include <string.h> #include <stdlib.h> 阅读全文
posted @ 2020-04-25 00:26 cocobear9 阅读(530) 评论(0) 推荐(0)