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

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:11:19: error: expected ‘;’ before ‘for’
11 | psum.push_back(0)
| ^
| ;
12 | for(int i = 0; i<n; i++){
| ~~~
hallucinations.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for(int i = 0; i<n; i++){
| ^