Problem | omnomnom |
---|---|
User | itsLQ |
Submission Time | 2023-09-19 16:24:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘int main()’:
omnomnom.cpp:17:18: error: expected ‘;’ before ‘for’
17 | dp[i] = 1
| ^
| ;
18 | for (int j = 0; j < i; j++) {
| ~~~
omnomnom.cpp:18:25: error: ‘j’ was not declared in this scope
18 | for (int j = 0; j < i; j++) {
| ^