Problem typicalstairs
User xlpaun
Submission Time 2026-02-04 22:57:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
typicalstairs.cpp:15:39: note: to match this ‘{’
15 | for (int i = 0 ; tree[i] < n; i++){
| ^
typicalstairs.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
typicalstairs.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^