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

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

猜你喜欢

转载自www.cnblogs.com/Estwind/p/9657597.html
今日推荐