#include
using namespace std;
int main()
{
int a,b,c,d,e,f;
scanf("(%d,%d),(%d,%d),(%d,%d)",&a,&b,&c,&d,&e,&f);
printf("[%d,%d]n[%d,%d]n[%d,%d]n",a,b,c,d,e,f);
return 0;
}
//自己写的,那些一点不学的同学为了完成作业可能需要,如有雷同,不胜荣幸

#include
using namespace std;
int main()
{
int a,b,c,d,e,f;
scanf("(%d,%d),(%d,%d),(%d,%d)",&a,&b,&c,&d,&e,&f);
printf("[%d,%d]n[%d,%d]n[%d,%d]n",a,b,c,d,e,f);
return 0;
}
//自己写的,那些一点不学的同学为了完成作业可能需要,如有雷同,不胜荣幸