Problem | toxicwaste |
---|---|
User | Pan |
Submission Time | 2024-09-20 20:45:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxicwaste.cpp: In function ‘int main()’:
toxicwaste.cpp:66:39: error: ‘lab1’ was not declared in this scope; did you mean ‘labs’?
66 | if (dpx[i-1][j] == -1) dpx[i][j] = lab1++;
| ^~~~
| labs
toxicwaste.cpp:68:39: error: ‘lab2’ was not declared in this scope; did you mean ‘labs’?
68 | if (dpy[i][j-1] == -1) dpy[i][j] = lab2++;
| ^~~~
| labs