#include <bits/stdc++.h>
using namespace std;int main(){int P,Q;char C;cin>>P>>C>>Q;cout<<P+(C=='-'?Q:-Q)<<endl;}