| Problem | factories |
|---|---|
| User | bribritt |
| Submission Time | 2023-04-14 06:46:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factories.cpp: In function ‘void constructST()’:
factories.cpp:37:72: error: ‘twotothenth’ was not declared in this scope
37 | sparsetable[j][i] = min(sparsetable[j][i-1], sparsetable[j+twotothenth[i-1]][1<<(i-1)]);
| ^~~~~~~~~~~