Problem greeting
User Elwinthenerd
Submission Time 2024-04-10 16:01:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:8:20: error: cannot convert ‘std::__cxx11::basic_string<char>’ to ‘int’ in initialization
8 | int finale = name + greeting;
| ~~~~~^~~~~~~~~~
| |
| std::__cxx11::basic_string<char>