Problem | typicalstairs |
---|---|
User | TheInvadr |
Submission Time | 2023-12-14 21:37:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:33:21: error: expected ‘;’ before ‘}’ token
33 | dp[i]%=1000000007
| ^
| ;
34 | }
| ~