Problem | typicalstairs |
---|---|
User | yc |
Submission Time | 2025-06-13 15:46:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:32:30: error: expected ‘;’ before ‘j’
32 | c = (c*hi(j))
| ^
| ;
33 | j = 0;
| ~
typicalstairs.cpp:40:22: error: expected ‘;’ before ‘}’ token
40 | c = (c*hi(j))
| ^
| ;
41 |
42 | }
| ~