习题4.1(3)

来源:互联网 发布:优博瑞cos淘宝店铺 编辑:程序博客网 时间:2024/05/16 04:28
#include<stdio.h>
main()
{
 int a,b;
    scanf("%2d%*2s%2d",&a,&b);
 printf("%d,%d\n",a,b);
 return 0;
}
原创粉丝点击