#include<iostream>
using namespace std;
int main(void)
{
int a,b,c,d;
cin>>a>>b>>c>>d;
cout<<"DIFERENCA = "<<a*b-c*d;
}
AcWing 608. 差
猜你喜欢
转载自blog.csdn.net/qq_52358098/article/details/113623760
今日推荐
周排行