HIT OJ
无名指上的痛
这个作者很懒,什么都没留下…
展开
-
HIT oj题解1001 - A+B
**hoj题解1001**Problem Descriptionfor each pair of integers A and B ( 0 <= A,B <= 10) , Output the result of A+B on a single line.InputOutputSample Input1 23 4Sample Output37solution:...原创 2019-03-30 15:54:06 · 335 阅读 · 0 评论 -
HIT oj题解1002 - A+B+C
**hoj题解1002**Problem DescriptionFor each pair of integers A B and C ( -2^31 <= A, B, C<= 2^31-1 ), Output the result of A+B+C on a single line.InputOutputSample Input1 2 33 4 3Sample O...原创 2019-03-30 16:08:20 · 520 阅读 · 0 评论 -
HIT oj题解1003 - Mixing Milk
**hoj题解1003**Problem DescriptionSince milk packaging is such a low margin business, it is important to keep the price of the raw product (milk) as low as possible. Help Merry Milk Makers get the m...原创 2019-03-30 16:13:16 · 421 阅读 · 0 评论 -
HIT oj题解1004 - Prime Palindromes
**HIT oj题解1004 - Prime Palindromes**http://acm.hit.edu.cn/problemset/1004Problem DescriptionThe number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same...原创 2019-03-31 16:46:36 · 374 阅读 · 0 评论