| Problem | nextprime |
|---|---|
| User | maximushartanto |
| Submission Time | 2025-03-17 14:56:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nextprime.cpp: In function ‘int main()’:
nextprime.cpp:22:21: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
22 | return;
| ^~~~~~