Problem | exponentiate |
---|---|
User | Johnnie |
Submission Time | 2023-06-19 10:31:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:21:7: error: conflicting declaration ‘long int T’
21 | long T, A, B, M;
| ^
exponentiate.cpp:20:6: note: previous declaration as ‘int T’
20 | int T;
| ^