fork download
function Solution(A,B){
	//OUPUT [uncomment & modify if required]
	console.log(A,B);
	
}


var temp=readline().slice(1,-1);
var A=temp.split(",");

temp=readline().slice(1,-1);
var B=temp;

Solution(A,B);
Success #stdin #stdout 0.02s 17156KB
stdin
[A,B,C]
adflkj
stdout
A,B,C dflk