Problem hallucinations
User averagejav
Submission Time 2025-06-18 10:07:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hallucinations.cpp: In function ‘int main()’:
hallucinations.cpp:29:50: error: expected ‘;’ before ‘}’ token
29 | cout << list.at(b-1)-list.at(a)<<"\n"
| ^
| ;
30 | }
| ~