#include<stdio.h>
main()
{
char a, b;
int c;
scantf ("%c%*c%c%*c%d",&a,&b,&c);
printf("%c,%c,%d\n",a,b,c);
}
相关分类