发表评论取消回复
相关阅读
相关 pku 3624 准背包问题
\include <iostream> using namespace std; int w\[3403\];//weight int v\[3403\];//price in
相关 pku 1057 文件结构问题
\include <iostream> \include <algorithm> \include <vector> \include <string> using names
相关 pku grid 2787 24点问题
\include <iostream> \include <cmath> using namespace std; double number\[4\]; /\ 把这四个数看做
相关 grid pku 2754 n后问题
//DFS递归解 \include <iostream> \include <cmath> using namespace std; int record\[93\]\[9\]
相关 pku 1321 棋盘问题 简单DFS
\include <iostream> using namespace std; int map\[8\]\[8\]; int visited\[8\]\[8\]; int N
相关 pku 3176
\include<stdio.h> int str\[351\]\[351\]; int main() \{ int n,i,j; // freopen("
相关 URAL 1057 (数位dp)
问题描述: Create a code to determine the amount of integers, lying in the set \[ X; Y\] and
相关 1057. Stack (30)
Stack is one of the most fundamental data structures, which is based on the principle of
相关 NYOJ-1057
寻找最大数(三) 时间限制: 1000 ms | 内存限制: 65535 KB 难度: 2 描述 给出一个整数N,每次可以移动2个相邻数位上的数字,最多移动K次
相关 URAL 1057 Amount of Degrees
题目链接:[http://acm.timus.ru/problem.aspx?space=1&num=1057][http_acm.timus.ru_problem.aspx_
还没有评论,来说两句吧...