#include using namespace std; int a[5],i; int main() { for(i=1;i<=4;++i) cin>>a[i]; cout<