Problem exponentiate
User TheLegendaryZHR
Submission Time 2024-02-04 23:21:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
exponentiate.cpp:8:2: note: in expansion of macro ‘ll’
8 | ll testcases=0;
| ^~
exponentiate.cpp:8:5: error: ‘testcases’ was not declared in this scope
8 | ll testcases=0;
| ^~~~~~~~~
exponentiate.cpp:3:17: error: declaration does not declare anything [-fpermissive]
3 | #define ll long long;
| ^~~~
exponentiate.cpp:11:3: note: in expansion of macro ‘ll’
11 | ll a,b,m;
| ^~
exponentiate.cpp:11:6: error: ‘a’ was not declared in this scope
11 | ll a,b,m;
| ^
exponentiate.cpp:11:8: error: ‘b’ was not declared in this scope
11 | ll a,b,m;
| ^
exponentiate.cpp:11:10: error: ‘m’ was not declared in this scope
11 | ll a,b,m;
|