Problem | procrastination |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-18 10:13:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:5:36: error: expected ‘;’ before ‘deque’
5 | ios::sync_with_stdio(0);cin.tie(0)
| ^
| ;
6 | deque<int>sti;
| ~~~~~
procrastination.cpp:15:13: error: ‘sti’ was not declared in this scope; did you mean ‘stt’?
15 | sti.push_front(x);
| ^~~
| stt
procrastination.cpp:24:28: error: ‘sti’ was not declared in this scope; did you mean ‘stt’?
24 | sum += sti[j];
| ^~~
| stt