2013年7月16日

笔试题总结

摘要: 每瓶水一元,每两个瓶子可以换一瓶水,现在有20元,可以换多少瓶水?(编程实现) public class CalNum { public static void main(String[] args) { int MONEY = 20;... 阅读全文
posted @ 2013-07-16 22:48 水魚浵王子 阅读(223) 评论(0) 推荐(0)