| Problem | nprime2 |
|---|---|
| User | integrateErrorFunction |
| Submission Time | 2026-04-07 14:37:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime2.cpp: In function ‘int main()’:
nprime2.cpp:43:34: error: expected ‘;’ before ‘}’ token
43 | cout << 3475385758524527 % 6
| ^
| ;
44 | } if (n != 100000000000000) {
| ~