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

Compile Error

childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:14:15: error: expected ‘;’ before ‘cin’
14 | cin >> name1
| ^
| ;
15 | cin >> name2
| ~~~