第七次作业

来源:互联网 发布:非结构化数据存储方案 编辑:程序博客网 时间:2024/06/16 11:17

#include <stdio.h>

int main()

int a,b;
 scanf("%2d%*2s*2d,&a,&b);
 printf("%d,%d"\n,a,b);
    return 0;
}

原创粉丝点击