Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:求最大公约数和最小公倍数。。。为什么出错了 [Re:黑珍珠]
cainiao025





发贴: 20
积分: 0
于 2006-06-09 01:15 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
[color=black]
太复杂了。
class Num
{
public static void main(String args[])
{
int m=Integer.parseInt(args[0]);
int n=Integer.parseInt(args[1]);
int total, r;
total=m*n;
do
{
if(m<n)
{
int t=m;
m=n;
n=t;
}

r=m%n;
m=n;
n=r;
}while(r!=0):
System.out.println("最大公因数是:"+m);
System.out.println("最小公倍数是:"+total/m);
}
}
[/color]




一个程序员的奋斗历程

话题树型展开
人气 标题 作者 字数 发贴时间
6421 求最大公约数和最小公倍数。。。为什么出错了 黑珍珠 1352 2006-06-06 20:11
4986 Re:求最大公约数和最小公倍数。。。为什么出错了 why 1637 2006-06-06 21:18
5155 Re:求最大公约数和最小公倍数。。。为什么出错了 Skybus 1277 2006-06-06 21:47
5038 Re:求最大公约数和最小公倍数。。。为什么出错了 黑珍珠 27 2006-06-06 22:26
5312 Re:求最大公约数和最小公倍数。。。为什么出错了 cainiao025 662 2006-06-09 01:15

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923