| Problem | omnomnom |
|---|---|
| User | chickengoat |
| Submission Time | 2026-08-01 10:37:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘void number_tree(int, int)’:
omnomnom.cpp:14:5: error: ‘end1’ was not declared in this scope
14 | end1[x] = counter - 1;
| ^~~~
omnomnom.cpp:14:15: error: ‘counter’ was not declared in this scope
14 | end1[x] = counter - 1;
| ^~~~~~~
omnomnom.cpp: In function ‘int main()’:
omnomnom.cpp:30:2: error: ‘a’ was not declared in this scope
30 | a=n-sum;
| ^