| Problem | prime |
|---|---|
| User | hzy |
| Submission Time | 2025-11-26 11:49:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
prime.cpp: In function ‘int main()’:
prime.cpp:9:4: error: ‘multiples’ was not declared in this scope
9 | multiples++;
| ^~~~~~~~~
prime.cpp:10:7: error: ‘multiples’ was not declared in this scope
10 | if (multiples > 2)
| ^~~~~~~~~
prime.cpp:11:4: error: break statement not within loop or switch
11 | break;
| ^~~~~