Problem | typicalstairs |
---|---|
User | maximushartanto |
Submission Time | 2025-06-10 22:43:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:12:3: error: ‘v’ was not declared in this scope
12 | v[idx] = true;
| ^
typicalstairs.cpp:17:28: error: expected primary-expression before ‘)’ token
17 | for (int i = 1; i <= n; i+){
| ^
typicalstairs.cpp:18:8: error: ‘v’ was not declared in this scope
18 | if (!v[i-1])
| ^
typicalstairs.cpp:20:15: error: ‘v’ was not declared in this scope
20 | if (i-1 && !v[i-2])
| ^