Problem | exponentiate |
---|---|
User | kesleryak |
Submission Time | 2024-03-12 15:42:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:32: error: invalid operands of types ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} and ‘int’ to binary ‘operator%’
13 | c.push_back((pow(x, y) % z));
| ~~~~~~~~~ ^ ~
| | |
| | int
| __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}