Problem childsetter4
User Ndys123
Submission Time 2025-06-17 10:35:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:15:15: error: expected ‘;’ before ‘cout’
15 | cin >> name2
| ^
| ;
16 | cout << name2 << " " << name1 << "\n" ;
| ~~~~