| Problem | nprime2 |
|---|---|
| User | integrateErrorFunction |
| Submission Time | 2026-05-22 02:00:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime2.cpp: In function ‘__int128 upper_bound_of_nth_prime(const __int128&)’:
nprime2.cpp:99:4: error: ‘elif’ was not declared in this scope
99 | } elif (n < 27076) {
| ^~~~
nprime2.cpp:105:4: error: ‘else’ without a previous ‘if’
105 | } else {
| ^~~~