Please design 3 to start a program to find primes in ascending order, find 100 primes, and output numbers from large to small in comma-separated order.
however, the program must meet the following conditions.
do not use circular syntax such as For,While. (use recursive processing instead)
speed up. (for example, multithreading)-sharp-sharp-sharp topic description