发表评论取消回复
相关阅读
相关 Sicily 11157. Crossword
<table style="font-size:9pt; margin-left:auto; margin-right:auto; margin-top:10px; table
相关 Sicily 1782. Knapsack
Description John wants to carry several items with a knapsack. Each item has integral s
相关 Sicily 1511. Conversions
<table style="font-size:9pt; margin-left:auto; margin-right:auto; margin-top:10px; table
相关 Sicily 1198. Substring
思路: 对于每一组案例,对数据进行从小到大排序,而后依次输出该组数据。// Problem\: 1198 \include<iostream> usi
相关 sicily 1029
思路:首先创建两个函数operate() 和cycle(),其中operate()求得两个大数之和,cycle()将数组向后平移一位。首先初始化数组num,数组num存储兔子的
相关 Sicily 1159
\include<iostream> \include <string> using namespace std; int main() \{ i
相关 Sicily 1034
\include<iostream> \include <queue> using namespace std; int invalid\_flag;
相关 [sicily] 1021. Couples
1021. Couples Constraints Time Limit: 1 secs, Memory Limit: 32 MB
相关 [sicily] 1001. Alphacode
![这里写图片描述][20160511210803993] 题目大意: 假设有一规则:’A’ 设为1,’B’设为2,以此类推, ‘Z’设为26。按照这个规则给一串英文字母
相关 POJ 1511 Invitation Cards
题目:[点击打开链接][Link 1] 题意:有向图,求从起点1到每个点的最短路然后再回到起点1的最短路之和。(保证有解) 分析:开始用SPFA+vectorTLE了
还没有评论,来说两句吧...