#include <stdio.h> int main() { int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a-b); return 0; }
原文地址:https://www.cnblogs.com/Estwind/p/9657597.html
时间: 2024-10-08 17:47:42
#include <stdio.h> int main() { int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a-b); return 0; }
原文地址:https://www.cnblogs.com/Estwind/p/9657597.html