Problem | watching |
---|---|
User | Josh28 |
Submission Time | 2023-02-19 23:48:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
watching.cpp: In function ‘ll memo(ll, ll)’:
watching.cpp:73:23: error: ‘arr’ was not declared in this scope
73 | while(ptr1 < n && arr[ptr2] <= smolr){
| ^~~
watching.cpp:73:27: error: ‘ptr2’ was not declared in this scope; did you mean ‘ptr1’?
73 | while(ptr1 < n && arr[ptr2] <= smolr){
| ^~~~
| ptr1
watching.cpp:80:27: error: ‘arr’ was not declared in this scope
80 | while(ptr2 < n && arr[ptr2] <= smolr){
| ^~~