| Problem | specialgirlfriends |
|---|---|
| User | Andrew |
| Submission Time | 2026-01-02 14:53:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp: In function ‘int main()’:
specialgirlfriends.cpp:14:33: error: invalid operands of types ‘__gnu_cxx::__promote_2<long long unsigned int, long long unsigned int, double, double>::__type’ {aka ‘double’} and ‘int’ to binary ‘operator%’
14 | ans = (ans+pow(D[i],T)) % 1000000007;
| ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| | int
| __gnu_cxx::__promote_2<long long unsigned int, long long unsigned int, double, double>::__type {aka double}