publicclass Test7110586 { staticint test1() { int i = 0; for ( ; i < 11; i+=1) {} return i;
} staticint test2() { int i = 0; for ( ; i < 11; i+=2) {} return i;
} staticint test3() { int i = 0; for ( ; i < 11; i+=3) {} return i;
} staticint test11() { int i = 0; for ( ; i < 11; i+=11) {} return i;
}
staticint testm1() { int i = 0; for ( ; i > -11; i-=1) {} return i;
} staticint testm2() { int i = 0; for ( ; i > -11; i-=2) {} return i;
} staticint testm3() { int i = 0; for ( ; i > -11; i-=3) {} return i;
} staticint testm11() { int i = 0; for ( ; i > -11; i-=11) {} return i;
}
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.