eolymp
bolt
Try our new interface for solving problems
Məsələlər

Школьная олимпиада

dərc olunub 04.01.24 19:57:06

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;

}