About FactorialFactors ¶
~cpp n! = 1 * 2 * ... * n
Input ¶
��������� ������개��� ��������� ������������ ��������������� 각 ��������������� ������ ������ 구���������. ��������� ������ EOF������. 각 ��������� ��������� ������ n��� ��������, n��� ��������� 2 <= n <= 1000000 이다.
Output ¶
각 ��������� ��������������� ������������ ������������ ��� ������ ��������� ������������.
Sample Input ¶
~cpp 2 1000000 1996 5 8 123456
Sample Output ¶
~cpp 1 3626619 5957 5 11 426566
������ ¶
��������� | ������������ | 개������간 | ������ |
��������� | C++ | ? | FactorialFactors/��������� |
��������� | Java | 2���간 | FactorialFactors/��������� |
��������� | C/C++ | . | FactorialFactors/��������� |
1002 | Python | 1��� : 1���간 20���, 2��� : ��������� | FactorialFactors/1002 |