missing line
This commit is contained in:
parent
5cf049704f
commit
d4a659215e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ void countProducts() {
|
|||
int n1, n2, cod, p, np;
|
||||
p = np = 0;
|
||||
|
||||
scanf(" %d %d", &n1, &n2);
|
||||
while (scanf(" %d", &cod) && cod != 0) {
|
||||
if(isPrime(cod))
|
||||
p++;
|
||||
|
|
Loading…
Reference in a new issue