Problem prime
User skillissue123
Submission Time 2023-03-22 20:31:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp:3:13: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
3 | bool primes(n) {
| ^
| yn
prime.cpp: In function ‘int main()’:
prime.cpp:14:17: error: ‘primes’ cannot be used as a function
14 | if (primes(n) == true) {
| ^