Problem typicalstairs
User Mimikyu
Submission Time 2025-07-15 18:59:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:20:29: error: expected ‘;’ before ‘}’ token
20 | arr[i] = arr[i]%1000000009
| ^
| ;
21 | }
| ~