13.C语言初学者百题大战之五

#include <stdio.h>
int main()
{
    int a,b;
    scanf("%d,%d",&a,&b);
    printf("%d\n",a-b);
    return 0;
}

 

posted @ 2018-09-16 21:43  Estwind  阅读(1678)  评论(0)    收藏  举报