Problem | lboard |
---|---|
User | Pan |
Submission Time | 2023-09-03 16:43:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:97:3: error: ‘hmax’ was not declared in this scope
97 | hmax = 0, vmax = 0, ans = INT_MIN;
| ^~~~
lboard.cpp:97:13: error: ‘vmax’ was not declared in this scope
97 | hmax = 0, vmax = 0, ans = INT_MIN;
| ^~~~
lboard.cpp:97:23: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
97 | hmax = 0, vmax = 0, ans = INT_MIN;
| ^~~
| abs