http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=948 卡特兰数*n! import java.math.BigInteger; import java.util.*; public class Main { public static void main(String[]args) { Scanner cin=new Scanner(Sys…
Time limit 3000 ms OS Linux Write a program, that computes the number of different prime factors in a positive integer.InputThe input tests will consist of a series of positive integers. Each number is on a line on its own. Themaximum value is 100000…