Problem | exponentiate_ex |
---|---|
User | beepbeepsheep |
Submission Time | 2023-01-01 23:41:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘long long int expo(long long int, long long int, long long int)’:
exponentiate_ex.cpp:46:20: error: too few arguments to function ‘long long int expo(long long int, long long int, long long int)’
46 | ll temp=expo(n,x/2);
| ^
exponentiate_ex.cpp:44:4: note: declared here
44 | ll expo(ll n, ll x, ll m){
| ^~~~
exponentiate_ex.cpp: In function ‘int main()’:
exponentiate_ex.cpp:53:9: error: too many arguments to function ‘__int128 read()’
53 | read(tc);
| ^
exponentiate_ex.cpp:21:10: note: declared here
21 | __int128 read() {
| ^~~~
exponentiate_ex.cpp:55:9: error: too many arguments to function ‘__int128 read()’
55 | read(n),read(k),read(m);
| ^
exponentiate_ex.cpp:21:10: note: declared here
21 | __int128 read() {
| ^~~~
exponentiate_ex.cpp:55:17: error: too many arguments to functio