#include using namespace std; template T sum(T n1, T n2) { return n1+n2; } int main() { float a,b,c,d; cin>>a>>b>>c>>d; cout<