码迷,mamicode.com
首页 >  
搜索关键字:positive    ( 2430个结果
168. Excel Sheet Column Title
Given a positive integer, return its corresponding column title as appear in an Excel sheet. For example: 1 -> A 2 -> B 3 -> C ... 26 -> Z 27 -> AA 28 ...
分类:其他好文   时间:2018-08-20 15:37:01    阅读次数:99
poj1426 Find The Multiple (DFS)
题目: Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 41845 Accepted: 17564 Special Judge Description Given a positive inte ...
分类:其他好文   时间:2018-08-19 23:50:24    阅读次数:337
PAT 1113 Integer Set Partition
Given a set of N ( 1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1?? and n?2 numbers, respectively. Le ...
分类:其他好文   时间:2018-08-19 18:28:40    阅读次数:137
pat甲级1020中序后序求层序
Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to ou ...
分类:其他好文   时间:2018-08-19 15:46:04    阅读次数:139
poj-1651 multiplication puzzle(区间dp)
Time limit1000 ms Memory limit65536 kB The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the ...
分类:其他好文   时间:2018-08-19 01:02:07    阅读次数:176
1554: SG Value (巧妙的模拟题,也属于思维题)
1554: SG Value Submit Page Summary Time Limit: 5 Sec Memory Limit: 256 Mb Submitted: 497 Solved: 167 Description The SG value of a set (multiset) is t ...
分类:其他好文   时间:2018-08-18 21:46:39    阅读次数:167
PAT Advanced Level 1079
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer ...
分类:其他好文   时间:2018-08-18 18:38:31    阅读次数:198
698. Partition to K Equal Sum Subsets
问题描述: Given an array of integers nums and a positive integer k, find whether it's possible to divide this array into k non-empty subsets whose sums ar ...
分类:其他好文   时间:2018-08-16 10:37:15    阅读次数:214
PAT 甲级 1010 Radix (25)(25 分)(听说要用二分,我没AC,之后再改)
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is "yes", if 6 is a decimal number and 110 is ...
分类:其他好文   时间:2018-08-13 20:43:49    阅读次数:391
A - Fast Fourier Transform
Pavel had two positive integers a and b. He found their sum s and greatest common divisor g, and forgot a and b after that. Help him to restore the or ...
分类:其他好文   时间:2018-08-13 19:36:07    阅读次数:148
2430条   上一页 1 ... 55 56 57 58 59 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!