Problem | hallucinations |
---|---|
User | Avinash |
Submission Time | 2025-06-18 09:59:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:28:61: error: expected ‘)’ before ‘sum’
28 | while (frontIndex < backIndex && times[frontIndex] < T - K
| ~ ^
| )
29 | sum -= values[frontIndex];
| ~~~
hallucinations.cpp: At global scope:
hallucinations.cpp:34:5: error: expected unqualified-id before ‘return’
34 | return 0;
| ^~~~~~
hallucinations.cpp:35:1: error: expected declaration before ‘}’ token
35 | }
| ^