0_0_39070208_2793.cpp: In function 'int main()':
0_0_39070208_2793.cpp:72:25: error: 'prime' was not declared in this scope; did you mean 'primes'?
72 | if (prime[i] > item) break;
| ^~~~~
| primes
0_0_39070208_2793.cpp:73:32: error: 'prime' was not declared in this scope; did you mean 'primes'?
73 | if (item % prime[i] == 0) {
| ^~~~~
| primes
|