try8
This commit is contained in:
parent
5bc70bd2ec
commit
1485b362ef
@ -14,6 +14,7 @@ int main() {
|
|||||||
if (count >= 50) {
|
if (count >= 50) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
results[count++] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user