| Problem | cousin |
|---|---|
| User | justin271828 |
| Submission Time | 2024-12-19 22:42:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cousin.cpp:45:13: error: conflicting declaration ‘node tree’
45 | struct node tree = new node(0, N); //i & i-1
| ^~~~
cousin.cpp:38:21: note: previous declaration as ‘node* tree’
38 | else return -1;}}*tree;
| ^~~~