Problem specialgirlfriends
User penguinzzz
Submission Time 2024-02-26 11:56:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

specialgirlfriends.cpp: In function ‘int32_t main()’:
specialgirlfriends.cpp:12:25: error: invalid operands of types ‘__gnu_cxx::__promote_2<long long int, long long int, double, double>::__type’ {aka ‘double’} and ‘int’ to binary ‘operator%’
12 | sum+=pow(gf,T) % 1000000007;
| ~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| | int
| __gnu_cxx::__promote_2<long long int, long long int, double, double>::__type {aka double}