#include using namespace std; int main() { int a,b,s; scanf("%d %d",&a,&b); s=a-b; printf("%d\n",s); return 0; }
使用您的 aoj 通用账户