Problem hallucinations
User god
Submission Time 2025-06-18 11:21:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:20:19: error: expected initializer before ‘.’ token
20 | long long psum.at(length_of_array + 1); //yeah... its supposed to be 1-indexed so +1
| ^
hallucinations.cpp:21:5: error: ‘psum’ was not declared in this scope
21 | psum.at(0) = 0;
| ^~~~