| Problem | rotarylock |
|---|---|
| User | Henries |
| Submission Time | 2025-02-09 16:07:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rotarylock.cpp:5:17: error: uninitialized const ‘constant’ [-fpermissive]
5 | const long long constant;
| ^~~~~~~~
rotarylock.cpp: In function ‘int main()’:
rotarylock.cpp:67:11: error: assignment of read-only variable ‘constant’
67 | constant = pow(2,k);
| ~~~~~~~~~^~~~~~~~~~