Problem exponentiate_easy
User Yinnotayl64
Submission Time 2026-03-06 14:44:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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