Problem | lboard |
---|---|
User | Pyrros |
Submission Time | 2023-03-20 12:48:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:21:16: error: ‘ps’ was not declared in this scope; did you mean ‘psh’?
21 | psh[i][j] = ps[i][j-1] + container[i][j];
| ^~
| psh
lboard.cpp:28:16: error: ‘ps’ was not declared in this scope; did you mean ‘psh’?
28 | psv[i][j] = ps[i][j-1] + container[j][i];
| ^~
| psh