Problem nprime
User Usu
Submission Time 2025-09-12 20:41:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:3:19: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
3 | #define asdfghjkl return
| ^~~~~~
nprime.cpp:28:2: note: in expansion of macro ‘asdfghjkl’
28 | asdfghjkl;
| ^~~~~~~~~