try99
This commit is contained in:
parent
8c7decd899
commit
853738cda1
@ -10,7 +10,6 @@ int main() {
|
|||||||
if (value < 1) {
|
if (value < 1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
results[count++] = value;
|
|
||||||
if (count >= 50) {
|
if (count >= 50) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user