摘要: 题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=97&page=show_problem&problem=1047题目大意 :每输入两个数,输出这两个数的积题目考点 : 高精度解题思路: 根据乘法的性质 高精度模拟解题代码View Code 1 // File Name: uva10106.c 2 // Author: darkdream 3 // Created Time: 2013年01月25日 星期五 13时18分38秒 4 5 #incl 阅读全文
posted @ 2013-01-25 20:36 dark_dream 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目链接 :http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=96&page=show_problem&problem=951题目大意:给定一个二维字符串数组,找出想要找到的单词题目考点:字符串解题思路:从原数组中找到第一个匹配字母,然后再从八个方向找题目代码View Code 1 // File Name: uva10010.cpp 2 // Author: darkdream 3 // Created Time: 2013年01月25日 星期五 09时2 阅读全文
posted @ 2013-01-25 11:16 dark_dream 阅读(160) 评论(0) 推荐(0) 编辑