Introduction - If you have any usage issues, please Google them yourself
Write programs to calculate PI values
Requirements:
1.Use at least two kinds of thread allocation methods;
2.Use time function to calculate the computation time of each thread, then compare and analyse which distribution method is better;
3.Debug and run programs, finally output the running result.