eolymp
bolt
Try our new interface for solving problems
Problems

School Olympiad

published at 1/4/24, 7:57:06 pm

include <iostream>

using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int e=c+d-a; cout<<e+b;

}