Problem platonic11
User gl
Submission Time 2026-08-25 11:54:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic11.cpp: In function ‘int32_t main()’:
platonic11.cpp:16:21: error: invalid operands of types ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} and ‘int’ to binary ‘operator%’
16 | cout << pow(sum,k) % 676767676;
| ~~~~~~~~~~ ^ ~~~~~~~~~
| | |
| | int
| __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}