Lenta 1

Taškai: 0

Compile: FAIL

tillings_1.cpp:6:12: error: two or more data types in declaration of ‘n’ 6 | ll int fib(ll int n){ | ^~ tillings_1.cpp:6:1: error: two or more data types in declaration of ‘fib’ 6 | ll int fib(ll int n){ | ^~ tillings_1.cpp: In function ‘int main()’: tillings_1.cpp:17:5: error: two or more data types in declaration of ‘n’ 17 | ll int n; | ^~ tillings_1.cpp:18:12: error: ‘n’ was not declared in this scope 18 | cin >> n; | ^ tillings_1.cpp:19:13: error: ‘fib’ was not declared in this scope 19 | cout << fib(n)<< endl; | ^~~

nr.resulttimemessage