| Problem | prime |
|---|---|
| User | nminhnguyenle |
| Submission Time | 2025-02-15 13:27:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int main()’:
prime.cpp:20:17: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
20 | cnt++;
| ^~~
| int
prime.cpp:25:13: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
25 | if (cnt > 2)
| ^~~
| int