Eclipse console does not show the end result

后端 未结 0 1285
小蘑菇
小蘑菇 2020-12-01 23:48
public class PrimeFinder implements Runnable {
Thread go;
StringBuffer primes = new StringBuffer();
int time = 0;

public PrimeFinder() {
    start();
    while (pri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题