发表评论取消回复
相关阅读
相关 poj 1006 Biorhythms(中国剩余定理水题)
题目衔接:[http://poj.org/problem?id=1006][http_poj.org_problem_id_1006] > <table> > <...
相关 POJ 1013 假币问题(水题)
致题意: 有一打(12枚)硬币,其中有且仅有1枚假币,11枚真币 用A~L作为各个硬币的代号 假币可能比真币略轻,也可能略重 现在利用天枰,根据Input输入的3...
相关 POJ 1661 暴力dp
题意略。 思路: 很有意思的一个题,我采用的是主动更新未知点的方式,也即刷表法来dp。 我们可以把整个路径划分成横向移动和纵向移动,题目一开始就给出了Jimmy的高度,这
相关 【hdu 1061】Rightmost Digit(水题 快速幂 分治)
题目分析: 虽然只要求pow(x,x)%10,但是思路和求快速幂pow(x,y)%mod一样。 前者相当于后者的简化版。 解题思路 1. 若次数y为1,则po
相关 Backward Digit Sums(POJ-3187)题解
文章目录 题目描述 Input Output Sample Input Sample Output
相关 POJ-1979(搜索水题)
题目链接-[POJ1979][] Red and Black <table> <tbody> <tr> <td><strong>Time
相关 (POJ 3187) Backward Digit Sums (递推+暴力)
FJ and his cows enjoy playing a mental game. They write down the numbers from 1 to N (1
相关 (P2718) Smallest Difference (暴力全排列)
Given a number of distinct decimal digits, you can form one integer by choosing a non-em
相关 【1004】Financial Management (POJ)(水题——求平均值)
<table style="border-collapse:collapse;"> <tbody> <tr> <td align="center" c
相关 POJ 3187 Backward Digit Sums——————全排列暴力水题
[Backward Digit Sums][] Time Limit: 1000MS Memory Limit: 65536K Total Submissions:
还没有评论,来说两句吧...