#D0676. 计算 a-b
计算 a-b
题目描述
输入两个数,输出他们的差。
输入格式
两个整数,用空格隔开。
输出格式
一个整数,为第一个数减去第二个数的差。
2 5
-3
数据规模与约定
对于 的数据,。
输入两个数,输出他们的差。
两个整数,用空格隔开。
一个整数,为第一个数减去第二个数的差。
2 5
-3
对于 100% 的数据,−1000≤n≤1000。
By signing up a 33OJ universal account, you can submit code and join discussions in all online judging services provided by us.