Problem | exponentiate_ex |
---|---|
User | dacashew |
Submission Time | 2023-10-11 15:12:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp:13:16: error: ‘int128’ was not declared in this scope; did you mean ‘rintf128’?
13 | __int128 power(int128 x,int128 y,int128 p){
| ^~~~~~
| rintf128
exponentiate_ex.cpp:13:25: error: ‘int128’ was not declared in this scope; did you mean ‘rintf128’?
13 | __int128 power(int128 x,int128 y,int128 p){
| ^~~~~~
| rintf128
exponentiate_ex.cpp:13:34: error: ‘int128’ was not declared in this scope; did you mean ‘rintf128’?
13 | __int128 power(int128 x,int128 y,int128 p){
| ^~~~~~
| rintf128
exponentiate_ex.cpp:13:42: error: expression list treated as compound expression in initializer [-fpermissive]
13 | __int128 power(int128 x,int128 y,int128 p){
| ^
exponentiate_ex.cpp: In function ‘int main()’