This commit is contained in:
Denis Landa 2025-02-27 19:26:54 +01:00
parent 8c7decd899
commit 853738cda1

View File

@ -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;
} }