发表评论取消回复
相关阅读
相关 ZCMU1543 Numbers
![20160812192436577][] 题意就是 给你一个数p,找满足下列条件的数的个数: 1.D是P的因子; 2.D和P的二进制数至少有一个相同; 所以解题分两
相关 poj 2386(深搜或广搜)
Lake Counting <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000M
相关 poj 3297 Fliptile 深搜
include <cstdio> using namespace std; define MAX 16 int a[MAX]
相关 Sicily 1543. Completing Brackets
Description A series of brackets is complete if we can pair off each left bracket '\['
相关 poj-1321-棋盘问题(深搜)
棋盘问题 <table> <tbody> <tr> <td><strong>Time Limit:</strong> 1000MS</td>
相关 poj1321-棋盘问题(深搜)
![Image 1][] ![Image 1][] 思路:用深搜, 注意有两个终止条件。一个是棋盘的范围, 一个是棋子的数量。但是注意棋子的判断要在棋盘的前面。因为可
相关 POJ 1011 Sticks【深搜+剪枝】
Sticks Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 152276 Accepted:
相关 poj 1878 Jill's Bike (广搜)
<table style="font-family:Simsun"> <tbody> <tr> <td> <div style="text-alig
相关 POJ 3083 Children of the Candy Corn【广搜+深搜】
Description The cornfield maze is a popular Halloween treat. Visitors are shown the ent
相关 POJ 1543 暴搜
题意:输出a^3=b^3+c^3+d^3的所有a,b,c,d的值。 b,c,d由小到大且b,c,d都大于1。 思路: 按照题意写就好。。。。 // by
还没有评论,来说两句吧...