#include<stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("%d",a-b); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9645923.html
时间: 2024-12-28 01:05:47
#include<stdio.h> int main() { int a,b; scanf("%d %d",&a,&b); printf("%d",a-b); return 0; }
原文地址:https://www.cnblogs.com/chenlong991223/p/9645923.html