This commit is contained in:
Denis Landa 2025-02-27 19:19:37 +01:00
parent 5bc70bd2ec
commit 1485b362ef

View File

@ -14,6 +14,7 @@ int main() {
if (count >= 50) {
break;
}
results[count++] = value;
}
if (count == 0) {