java伪代码 读后感
时间:2017-09-17 13:13:00
收藏:0
阅读:251
public class yugongyishan
{
public static void main(String args)
{
int 愚公,子孙;
愚公移山()
{
if(愚公死)
子孙继续移山;
else
愚公和子孙一起移山;
}
while(二山未平)
{
愚公移山();
}
}
}
原文:http://www.cnblogs.com/sakura--/p/7535071.html
评论(0)