Problem fibo
User megan010
Submission Time 2024-01-30 10:24:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:12:3: error: expected ‘,’ or ‘;’ before ‘cout’
12 | cout<<z<<endl;
| ^~~~