4.1(3)

来源:互联网 发布:淘宝拍a发b教程 编辑:程序博客网 时间:2024/05/22 09:51
#include <stdio.h>main(){ int a,b; scanf("%2d%*2s%2d",&a,&b); printf("%d,%d\n",a,b);}

这里写图片描述

原创粉丝点击