码迷,mamicode.com
首页 >  
搜索关键字:calculate    ( 959个结果
hdu 2674 N!Again
Problem Description WhereIsHeroFrom: Zty, what are you doing ?Zty: I want to calculate N!......WhereIsHeroFrom: So easy! How big N is ?Zty: 1 <=N <=10 ...
分类:其他好文   时间:2020-03-14 23:37:48    阅读次数:74
HDU——算法练习1000 1089-1096
全篇都是讲数字之间的运算的: 由上自下难度逐渐升级 ,没耐心者建议一拉到底: 1000: Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of ...
分类:编程语言   时间:2020-02-29 00:34:16    阅读次数:85
P1001 A+B Format
转跳点:🐏 1001 A+B Format (20分) Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by comm ...
分类:其他好文   时间:2020-02-18 11:26:13    阅读次数:89
Max Sum
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in th ...
分类:其他好文   时间:2020-02-16 20:25:53    阅读次数:53
PTA 1001 A+B Format
问题描述: Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are le ...
分类:其他好文   时间:2020-02-12 10:51:16    阅读次数:65
A1001A+Bforamt
Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha ...
分类:其他好文   时间:2020-02-11 19:26:40    阅读次数:79
PAT 甲级 1108 Finding Average (20分)
1108 Finding Average (20分) The basic task is simple: given N real numbers, you are supposed to calculate their average. But what makes it complicated ...
分类:其他好文   时间:2020-02-04 00:16:37    阅读次数:66
HDoj 1002 A + B Problem II
Problem DescriptionI have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. InputThe first line of ...
分类:其他好文   时间:2020-02-01 16:13:15    阅读次数:69
CodeForces1288 C.Two Arrays(dp/组合数学)
C.Two ArraysYou are given two integers n and m. Calculate the number of pairs of arrays (a,b) such that: the length of both arrays is equal to m;each ...
分类:其他好文   时间:2020-02-01 12:45:43    阅读次数:197
Educational Codeforces Round 80 C. Two Arrays(组合数快速取模)
You are given two integers nn and mm . Calculate the number of pairs of arrays (a,b)(a,b) such that: the length of both arrays is equal to mm ; each e ...
分类:其他好文   时间:2020-01-31 22:40:17    阅读次数:78
959条   上一页 1 ... 3 4 5 6 7 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!