// Iterate over all divisors. for (int i = 0; i < DIVISORS.length; i++) {
System.setProperty("divisor", "" + DIVISORS[i]);
ClassLoader loader
= Utils.getTestClassPathURLClassLoader(apploader.getParent()); Class c = loader.loadClass(Test6800154.class.getName());
Runnable r = (Runnable) c.newInstance();
r.run();
}
}
publicvoid run()
{ // Iterate over all dividends. for (int i = 0; i < DIVIDENDS.length; i++) { long dividend = DIVIDENDS[i];
long expected = divint(dividend); long result = divcomp(dividend);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.