#include using namespace std; int main(){ int a; int b; char c; cin >>a>>b>>c; switch(c){ case '+': cout <