#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);} 查看完整描述