Problem nprime
User FIips
Submission Time 2025-02-17 17:32:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int solve()’:
nprime.cpp:9:11: error: ‘x’ was not declared in this scope
9 | ll lim = x * loge(x) / x;
| ^
nprime.cpp:9:15: error: ‘loge’ was not declared in this scope; did you mean ‘logl’?
9 | ll lim = x * loge(x) / x;
| ^~~~
| logl