#include <stdio.h> int main() { int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a-b); return 0; }
13.C语言初学者百题大战之五
原文:https://www.cnblogs.com/Estwind/p/9657597.html