Ignatius's puzzle
Problem Description
Ignatius is poor at math,he falls across a puzzle problem,so he has no choice but to appeal to Eddy. this problem describes that:f(x)=5*x^13+13*x^5+k*a*x,inpu...
分类:
其他好文 时间:
2014-12-11 20:59:40
阅读次数:
294
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other....
分类:
其他好文 时间:
2014-12-11 00:22:24
阅读次数:
174
http://www.289.com/anews/65023/格斗消珠CAPCOM发表《快打旋风Puzzle Spirits》2014-10-15出处:本站整理 责任编辑:otakuCAPCOM近日在东京举办的「终极快打旋风4 2014赏金制全国大赛一秋千击杯」上宣布,将在今年冬季推出智慧型手机应用...
分类:
其他好文 时间:
2014-12-10 12:22:37
阅读次数:
636
题目:http://poj.org/problem?id=1651水题题意:若干张卡片,第i张卡片的分值为a[ i ] ( 1 2 #include 3 #include 4 #include 5 using namespace std; 6 long long dp[110][110],a[11....
分类:
其他好文 时间:
2014-12-08 21:14:49
阅读次数:
149
有这么一道题目, 看下面的图, 假设有一条直线, 每个叉叉上有一只蚂蚁, 它们会随机选择一个方向, 向前或者向后移动, 前进中当两只蚂蚁相遇, 它们会掉头, 问: 全部蚂蚁都走出去的最长和最短步数;最短步数很明显...只要方向对了, 就是11;最长呢...在看到问题时脑子里第一个反应是: 没有储存对...
分类:
其他好文 时间:
2014-12-06 12:46:18
阅读次数:
200
1080 线段树练习 时间限制: 1 s空间限制: 128000 KB题目等级 : 钻石 Diamond题目描述 Description一行N个方格,开始每个格子里都有一个整数。现在动态地提出一些问题和修改:提问的形式是求某一个特定的子区间[a,b]中所有元素的和;修改的规则是指定某一个格子x,加上...
分类:
编程语言 时间:
2014-12-05 01:56:53
阅读次数:
249
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
分类:
其他好文 时间:
2014-12-04 13:53:10
阅读次数:
99
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
分类:
其他好文 时间:
2014-12-04 00:55:16
阅读次数:
354
又是一个八皇后问题:
Given an integer n, return all distinct solutions to the n-queens puzzle.
Each solution contains a distinct board configuration of the n-queens' placement, where 'Q' and '.' both
...
分类:
其他好文 时间:
2014-12-03 21:17:08
阅读次数:
175
点为0或1,看满足m个条件时,是否有解
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
const int MAXN = 1010;
struct twosat
{
int n,c;
...
分类:
其他好文 时间:
2014-12-02 17:19:30
阅读次数:
148