fork download
  1. function Solution(A,B){
  2. //OUPUT [uncomment & modify if required]
  3. console.log(A,B);
  4.  
  5. }
  6.  
  7.  
  8. var temp=readline().slice(1,-1);
  9. var A=temp.split(",");
  10.  
  11. temp=readline().slice(1,-1);
  12. var B=temp;
  13.  
  14. Solution(A,B);
  15.  
Success #stdin #stdout 0.02s 17156KB
stdin
[A,B,C]
adflkj
stdout
A,B,C dflk