0_0_39568628_20169.cpp: In function 'void solve()':
0_0_39568628_20169.cpp:60:40: error: invalid operands of types '__gnu_cxx::__promote<double>::__type' {aka 'double'} and 'long long int' to binary 'operator%'
60 | res = (res * pow(it.first, it.second)) % 3221225473;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| | long long int
| __gnu_cxx::__promote<double>::__type {aka double}
|