@ -7,8 +7,10 @@ int getOperationId(char symbol) {
return 1;
case '-':
return 2;
case '*':
case '/':
return 3;
return 4;
}
return id;