Problem fibo
User Ush
Submission Time 2023-11-10 10:55:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:9:31: error: a function-definition is not allowed here before ‘{’ token
9 | void generateFibonacci(int N) {
| ^
fibo.cpp:24:16: error: a function-definition is not allowed here before ‘{’ token
24 | int32_t main() {
| ^
fibo.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
fibo.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^