Problem shamelessad4
User Random52
Submission Time 2024-12-11 11:58:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad4.cpp: In function ‘__int128 unsigned pow(const __int128 unsigned&, const __int128 unsigned&)’:
shamelessad4.cpp:7:10: error: assignment of read-only reference ‘base’
7 | base %= static_cast<__uint128_t>(1000000009);
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shamelessad4.cpp:8:9: error: assignment of read-only reference ‘exp’
8 | exp %= static_cast<__uint128_t>(1000000009);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~