Problem | fibo_easy |
---|---|
User | Tristyy |
Submission Time | 2024-06-20 13:45:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:12:17: error: expected ‘;’ at end of input
12 | cout << fibo(n)
| ~^
| ;
fibo_easy.cpp:12:16: error: expected ‘}’ at end of input
12 | cout << fibo(n)
| ^
fibo_easy.cpp:9:12: note: to match this ‘{’
9 | int main() {
| ^