UVa
文章平均质量分 77
lwqer123
这个作者很懒,什么都没留下…
展开
-
UVA 152的一些感悟
这道题从昨晚WA后就在纠结,不知道哪里错了。今天一看发现有好几个问题,以后自己要注意一下:1、这道题的输入并没有说是整型的,所以我应该是将它看成double的会比较好2、这道题在输出格式上,没有说明是否要换行,而且UVA将PE总是说WA,让人十分烦躁不知道是哪种错误。最后根据经验还是选择了换行。3、主要就是以上两点,然后A完心情不错,哈哈~ #include #include #include原创 2014-03-16 13:34:39 · 630 阅读 · 0 评论 -
UVA 424和10106的个人体会
【高精度计算】 今天开始看了关于高精度计算的相关题目,这里拿出一道题来做出讲解。原创 2014-02-04 15:20:50 · 635 阅读 · 0 评论 -
UVa 133
UVa 133: In a serious attempt to downsize (reduce) the dole queue, The New National Green Labour Rhinoceros Party has decided on the following strategy. Every day all dole applicants will be placed原创 2014-03-20 23:27:31 · 578 阅读 · 0 评论 -
UVA 673
UVA 673 You are given a string consisting of parentheses () and []. A string of this type is said to be correct: (a) if it is the empty string (b) if A and B are correct, AB is correct, (c) if原创 2014-03-22 00:25:21 · 836 阅读 · 0 评论