Problem | gecko |
---|---|
User | BigEd15 |
Submission Time | 2025-05-28 04:50:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:13:24: error: expected ‘;’ before ‘)’ token
13 | for (int i=0; i<h, i++) {
| ^
| ;
gecko.cpp:16:11: error: ‘dp’ was not declared in this scope
16 | cin >> dp[i][j];
| ^~