Problem | gecko |
---|---|
User | AltheaZ |
Submission Time | 2023-07-14 16:56:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:36:2: error: expected ‘,’ or ‘;’ before ‘int’
36 | int count=0;
| ^~~
gecko.cpp:38:3: error: ‘count’ was not declared in this scope
38 | count=max(count,findMax(0,k,h,w,tiles,memo));
| ^~~~~
gecko.cpp:40:8: error: ‘count’ was not declared in this scope
40 | cout<<count;
| ^~~~~