| Problem | ancestor |
|---|---|
| User | benji9736 |
| Submission Time | 2026-01-03 11:57:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ancestor.cpp: In function ‘int main()’:
ancestor.cpp:13:32: error: ‘LOG’ was not declared in this scope
13 | vector<vector<int>> parent(LOG + 1, vector<int>(n, -1));
| ^~~