Write a program that takes an operator ("+", "-", "*") and two integers as the command-line arguments and then outputs the result of the operator in the standard output. If the passed operator is not from the list, it must output the string "Unknown operator" without quotes.
Please, do not rename the provided class Problem.