Problem typicalstairs
User potatohunter
Submission Time 2024-02-14 15:48:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:36:10: error: expected ‘}’ at end of input
36 | } else {
| ^
typicalstairs.cpp:36:10: error: expected ‘}’ at end of input
typicalstairs.cpp:29:27: note: to match this ‘{’
29 | for (int i=3; i<=N; i++) {
| ^
typicalstairs.cpp:36:10: error: expected ‘}’ at end of input
36 | } else {
| ^
typicalstairs.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^