Problem | typicalstairs |
---|---|
User | penguin |
Submission Time | 2025-03-15 17:38:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp:4:9: error: ‘ll’ does not name a type
4 | typedef ll long long;
| ^~
typicalstairs.cpp: In function ‘int main()’:
typicalstairs.cpp:9:2: error: ‘ll’ was not declared in this scope
9 | ll arr[N] = {{-1}};
| ^~
typicalstairs.cpp:10:2: error: ‘arr’ was not declared in this scope
10 | arr[0] = 1; arr[1] = 2;
| ^~~
typicalstairs.cpp:23:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
23 | ans = arr[N-1]%1000000007;
| ^~~
| abs