#include using namespace std; int main(){ int x,y,r; cin >> x >> y >> r; cout << x + y + r + 1 << endl; }