Problem conlang
User Slayer555
Submission Time 2023-12-20 16:02:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conlang.cpp: In function ‘int main()’:
conlang.cpp:9:8: error: invalid operands of types ‘const char [21]’ and ‘const char [6]’ to binary ‘operator+’
9 | S = C + V;
| ~ ^ ~
| | |
| | const char [6]
| const char [21]