| Problem | specialgirlfriends |
|---|---|
| User | YH |
| Submission Time | 2024-03-14 09:34:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp: In function ‘long long unsigned int suck_me(long long unsigned int, long long unsigned int, long long unsigned int)’:
specialgirlfriends.cpp:15:45: error: expected ‘;’ before ‘curr_total’
15 | num a = pow(duplicate_factor, y); a %= mod
| ^
| ;
16 | curr_total *= a; curr_total %= mod;
| ~~~~~~~~~~