UvaOJ
文章平均质量分 70
薛定谔又死又生的猫
一天一题!
展开
-
10055 - Hashmat the Brave Warrior
Hashmat the brave warrior Input: standard input Output: standard output Hashmat is a brave warrior who with his group of young soldiers moves from one place to another to fight against his o原创 2013-04-29 17:19:12 · 564 阅读 · 0 评论 -
673 - Parentheses Balance
Parentheses Balance You are given a string consisting of parentheses () and []. A string of this type is said to be correct: (a)if it is the empty string(b)if A and B are correct, AB is correct,原创 2013-05-02 11:52:09 · 643 阅读 · 0 评论 -
442 - Matrix Chain Multiplication
代码: #include #include #include struct stack_one{ int row, col; }Matrix[30], Mul[50]; int main(){ int n; scanf("%d", &n); for (int i = 0; i char name[3]; int r, c; scanf("%s%d%d", n原创 2013-05-09 23:23:59 · 476 阅读 · 0 评论 -
uva10815 Andy's First Dictionary
uva10815 set 集合 标准化原创 2016-12-10 17:46:36 · 389 阅读 · 0 评论 -
Uva10474
Raju uva10474 sort 查找原创 2016-12-12 20:43:21 · 696 阅读 · 0 评论 -
uva540
uva540 队列 queue 映射原创 2016-12-14 23:52:39 · 1098 阅读 · 0 评论 -
uva156 Ananagrams
uva156 回文 排序 映射原创 2016-12-13 10:34:29 · 502 阅读 · 0 评论 -
uva136 Ugly numbers
Background Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ... shows the first 11 ugly numbers. By convention, 1 is included. Wr原创 2016-12-18 14:11:16 · 570 阅读 · 0 评论