- 博客(0)
- 资源 (4)
- 收藏
- 关注
耳机插头N型和I型的区别.pdf
耳机插头有两种类型,以IPHONE为首的I型和以NOKIA为首的N型,在左声道和右声道的位置上有所区别,日常使用时,如需自己更换耳机插头,则需注意这种区别。
2014-08-27
杭电 ACM 1042
大数的阶乘。
Problem Description
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N!
Input
One N in one line, process to the end of file.
Output
For each N, output N! in one line.
2010-07-09
杭电ACM 1002
大数相加
Problem Description
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
Input
The first line of the input contains an integer T(1<=T<=20) which means the number of test cases. Then T lines follow, each line consists of two positive integers, A and B. Notice that the integers are very large, that means you should not process them by using 32-bit integer. You may assume the length of each integer will not exceed 1000.
Output
For each test case, you should output two lines. The first line is "Case #:", # means the number of the test case. The second line is the an equation "A + B = Sum", Sum means the result of A + B. Note there are some spaces int the equation. Output a blank line between two test cases.
2010-07-09
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅