Problem exponentiate
User TDSHSalvador
Submission Time 2023-12-20 16:48:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:20:12: error: invalid operands of types ‘long long int [1005]’ and ‘long long int’ to binary ‘operator%’
20 | cout << d%c[i];
| ~^~~~~
| | |
| | long long int
| long long int [1005]