eolymp
bolt
Try our new interface for solving problems
Problems

School concert

published at 3/12/24, 6:26:51 pm

include <iostream>

using namespace std; int main(){ long long a,b,c; cin>>a>>b>>c; cout<<a+b-c; return 0; }