摘要:
Problem Description 题目链接 The description of this problem is very short. Now give you a string(length N), and ask you the max sum of the substring whic 阅读全文
摘要:
Problem Description 题目链接 一个正整数一般可以分为几个互不相同的自然数的和,如3=1+2,4=1+3,5=1+4=2+3,6=1+5=2+4,…。现在你的任务是将指定的正整数n分解成若干个互不相同的自然数的和,且使这些自然数的乘积最大。 Input 只一个正整数n,(3<= n 阅读全文
摘要:
Problem Description 题目链接 Given A,B,C, You should quickly calculate the result of A^B mod C. (1<=A,B,C<2^63). Input There are multiply testcases. Each 阅读全文
摘要:
Problem Description 题目链接 O2O即Online To Offline,是指将线下的商务机会与互联网结合,让互联网成为线下交易的前台。这些商务机会主要是偏服务类的商品,例如汽车售后服务、摄影服务、餐饮、电影等,其特色是线上购买、线下服务。 因此,对这类垂直行业的商品做移动推荐时 阅读全文