会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
万金流
以码会友。 吾Q:578751655。 水平有限,轻喷,谢!
博客园
首页
博问
闪存
新随笔
管理
2020年7月13日
字符串穷举
摘要: 偷懒,c#代码: class Program { static char[] c = new char[6]; static int l; static void Main(string[] args) { string s; s = Console.ReadLine(); l = s.Length
阅读全文
posted @ 2020-07-13 17:20 万金流
阅读(327)
评论(0)
推荐(1)
编辑