Problem | exponentiate_ex |
---|---|
User | dacashew |
Submission Time | 2023-10-11 15:04:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘int main()’:
exponentiate_ex.cpp:3:13: error: ‘int_128’ was not declared in this scope; did you mean ‘rintf128’?
3 | #define int int_128
| ^~~~~~~
exponentiate_ex.cpp:7:7: note: in expansion of macro ‘int’
7 | for(int i=0;i<x;i++){
| ^~~
exponentiate_ex.cpp:7:15: error: ‘i’ was not declared in this scope
7 | for(int i=0;i<x;i++){
| ^