04 2016 档案

摘要:Given a sequence of integers S = {S1, S2, ..., Sn}, you should determine what is the value of the maximum positive product involving consecutive terms 阅读全文
posted @ 2016-04-30 17:13 Rhett-Q 阅读(220) 评论(0) 推荐(0)
摘要:Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such that the first numbe 阅读全文
posted @ 2016-04-30 12:02 Rhett-Q 阅读(232) 评论(0) 推荐(0)
摘要:括号配对问题 时间限制:3000 ms | 内存限制:65535 KB 难度:3 时间限制:3000 ms | 内存限制:65535 KB 难度:3 如果有错误描述,欢迎指出哈!!!!共同探讨一起进步!!! 阅读全文
posted @ 2016-04-28 22:28 Rhett-Q 阅读(160) 评论(0) 推荐(0)
摘要:S + T 时间限制:1000 ms | 内存限制:65535 KB 难度:2 S + T 时间限制:1000 ms | 内存限制:65535 KB 难度:2 给你一个长度为n的整数序列A1,A2,……,An,找出两个整数Ai和Aj(i<j),使得Ai-Aj尽量大。 阅读全文
posted @ 2016-04-27 20:53 Rhett-Q 阅读(314) 评论(0) 推荐(0)