Problem typoswap
User superG
Submission Time 2025-02-16 19:41:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:7:19: error: invalid operands of types ‘const char*’ and ‘char*’ to binary ‘operator+’
7 | cout << b + "\n" + a;
| ~~~~~~~~ ^ ~
| | |
| | char*
| const char*