| Problem | prime |
|---|---|
| User | timeforclock |
| Submission Time | 2026-06-29 21:07:25 |
| 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: return-statement with no value, in function returning ‘int’ [-fpermissive]
9 | return;
| ^~~~~~
prime.cpp:13:2: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
13 | return;
| ^~~~~~