Write a program that prompts for three numbers. Divide the first number by the second number and add that result to the third number. Using exceptionscheck for the following errors: ValueError, and ZeroDivisionError.
初始化错误,这玩意是报错的吧?