摘要:
题目地址:http://poj.org/problem?id=2559DescriptionA histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectang... 阅读全文
摘要:
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1042Problem DescriptionGiven an integer N(0 ≤ N ≤ 10000), your task is to calculate N!InputOne N in one... 阅读全文
摘要:
题目1地址:http://ac.jobdu.com/problem.php?cid=1053&pid=0题目1470:调整方阵题目描述: 输入一个N(N #define MAX 10 int N;int matrix[MAX][MAX]; void Swap(int i, int j){ in... 阅读全文