摘要: Problem Description Op tech briefing, 2002/11/02 06:42 CST "The item is locked in a Klein safe behind a painting in the second-floor library. Klein sa 阅读全文
posted @ 2018-05-12 20:32 霜雪千年 阅读(269) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1010 Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. Howeve 阅读全文
posted @ 2018-05-12 16:52 霜雪千年 阅读(313) 评论(0) 推荐(0)
摘要: Problem Description: 蛇形矩阵是由1开始的自然数依次排列成的一个矩阵上三角形。 Input: 本题有多组数据,每组数据由一个正整数N组成。(N不大于100) Output: 对于每一组数据,输出一个N行的蛇形矩阵。两组输出之间不要额外的空行。矩阵三角中同一行的数字用一个空格分开。 阅读全文
posted @ 2018-05-12 13:36 霜雪千年 阅读(1924) 评论(3) 推荐(1)
摘要: 拼接数字 拼接数字 Time Limit: 2000/1000ms (Java/Others) Time Limit: 2000/1000ms (Java/Others) Problem Description: 给定一个正整数数组,现在把数组所有数字都拼接成一个大数字,如何使得拼接后的数字最小。 阅读全文
posted @ 2018-05-12 08:58 霜雪千年 阅读(514) 评论(0) 推荐(0)