会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
情感星
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
上一页
1
···
15
16
17
18
19
2009年2月27日
判断用书输入的是不是素数?(C#)
摘要: public static void main() { int count; Console.WriteLine("请输入一个正整数"); count=Convert.ToInt32(Console.ReadLine()); for(int i=2;i<count;i++) { if(count % i ==0) ...
阅读全文
posted @ 2009-02-27 15:28 情感星
阅读(154)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19