大数阶乘(1000级别) 51Nod 1057
题目链接: 51Nod 1057 问题描述 输入N求N的阶乘的准确值。 Input 输入N(1 = N = 10000) Output 输出N的阶乘 Input示例 5 Output示例 120 思路: 一百万亿进制(14个0),大数相乘,求阶乘 代码: #includeiostream#includestdio.h#includealgorithm#define
hdu1018——Big Number(大数阶乘)
Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data,encryption,etc. In this problem you are given a number,you have to determine the