Problem | specialgirlfriends |
---|---|
User | yhkhoo |
Submission Time | 2023-12-23 09:37:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp: In function ‘int main()’:
specialgirlfriends.cpp:25:24: error: too many arguments to function ‘long long int expo(long long int, long long int)’
25 | ans += expo(d, t, MOD);
| ^
specialgirlfriends.cpp:8:5: note: declared here
8 | int expo(int a, int b){
| ^~~~