Problem | exponentiate_ex |
---|---|
User | zyq69 |
Submission Time | 2023-04-17 14:39:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exponentiate_ex.cpp: In function ‘int32_t main()’:
exponentiate_ex.cpp:53:26: error: invalid operands of types ‘void’ and ‘char’ to binary ‘operator<<’
53 | print(modpow(a, b, m)) << '\n';
| ~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~
| | |
| void char