Problem | staircase |
---|---|
User | Henries |
Submission Time | 2024-10-14 08:21:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
staircase.cpp: In function ‘int main()’:
staircase.cpp:23:2: error: expected ‘,’ or ‘;’ before ‘long’
23 | long long diff = 0;
| ^~~~
staircase.cpp:25:9: error: ‘diff’ was not declared in this scope
25 | while (diff <= 1){
| ^~~~