Problem exponentiate_easy
User MegaG
Submission Time 2025-10-02 22:38:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate_easy.cpp: In function ‘int main()’:
exponentiate_easy.cpp:29:21: error: invalid operands of types ‘int’ and ‘const char [2]’ to binary ‘operator<<’
29 | cout << a[i]^b[i] << "\n";
| ~~~~ ^~ ~~~~
| | |
| int const char [2]