Problem hallucinations
User Feiyang
Submission Time 2025-06-18 10:18:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:33:40: error: expected ‘;’ before ‘}’ token
33 | cout << psum[x]-psum[h] << "\n"
| ^
| ;
34 | }
| ~