Problem staircase
User toditisdoingthisforfun
Submission Time 2026-01-12 22:21:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

staircase.cpp: In function ‘int main()’:
staircase.cpp:28:9: error: ‘j’ was not declared in this scope
28 | if (a[j+1]>a[j])
| ^