Problem fibotree
User TheRaptor
Submission Time 2023-05-13 11:46:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibotree.cpp: In function ‘void expop(long long int)’:
fibotree.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
fibotree.cpp:29:7: note: in expansion of macro ‘int’
29 | for(int i=0; i<2; i++) for(int j=0; j<2; j++) mat[i][j]=tmp[i][j];
| ^~~
fibotree.cpp:29:11: error: ‘i’ was not declared in this scope
29 | for(int i=0; i<2; i++) for(int j=0; j<2; j++) mat[i][j]=tmp[i][j];
| ^
fibotree.cpp:29:19: error: expected ‘)’ before ‘;’ token
29 | for(int i=0; i<2; i++) for(int j=0; j<2; j++) mat[i][j]=tmp[i][j];
| ~ ^
| )
fibotree.cpp:29:21: error: ‘i’ was not declared in this scope
29 | for(int i=0; i<2; i++) for(int j=0; j<2; j++) mat[i][j]=tmp[i][j];
| ^
fibotree.cpp:29:34: error: ‘j’ was not declared in this scope