Problem | gecko |
---|---|
User | laurenpak |
Submission Time | 2025-03-18 07:16:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:16:33: error: expected ‘;’ before ‘for’
16 | memset(dp, INT_MIN, sizeof(dp))
| ^
| ;
17 | for(int i=0; i<n; i++){
| ~~~
gecko.cpp:17:18: error: ‘i’ was not declared in this scope
17 | for(int i=0; i<n; i++){
| ^