Problem fibo
User ShShSh
Submission Time 2023-12-23 10:17:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘void power(int (*)[2], int)’:
fibo.cpp:29:40: error: a function-definition is not allowed here before ‘{’ token
29 | void multiply(int F[2][2], int M[2][2]){
| ^
fibo.cpp:40:11: error: a function-definition is not allowed here before ‘{’ token
40 | int main(){
| ^
fibo.cpp:47:1: error: expected ‘}’ at end of input
47 | }
| ^
fibo.cpp:18:1: note: to match this ‘{’
18 | {
| ^