| Problem | lboard |
|---|---|
| User | hellothisisme |
| Submission Time | 2026-02-15 14:09:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:80:5: error: ‘ll’ was not declared in this scope
80 | ll ans = -inf;
| ^~
lboard.cpp:83:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
83 | ans = max(ans,maxv[i][j] + maxh[i][j] - ar[i][j]);
| ^~~
| abs
lboard.cpp:87:13: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
87 | cout << ans;
| ^~~
| abs