Problem specialgirlfriends
User YH
Submission Time 2024-03-14 09:23:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

specialgirlfriends.cpp: In function ‘long long unsigned int suck_me(long long unsigned int, long long unsigned int, long long unsigned int)’:
specialgirlfriends.cpp:14:45: error: expected ‘;’ before ‘curr_total’
14 | num a = pow(duplicate_factor, y); a %= mod
| ^
| ;
15 | curr_total *= a; curr_total %= mod;
| ~~~~~~~~~~