Problem hallucinations
User hitarthdangra
Submission Time 2025-06-18 11:10:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:34:3: error: ‘psum_mod’ was not declared in this scope
34 | psum_mod[i] = psum_mod[i - 1] + a_mod[i];
| ^~~~~~~~
hallucinations.cpp:56:1: error: expected ‘}’ at end of input
56 | }
| ^
hallucinations.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^