请在 下方输入 要搜索的题目:

Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression:+ - * / % ( )Your program should be able to deal with multiple cases of input.Sample Input3 + 5 * 6 (2+32)/2-6Sample Output3311

Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression:+ - * / % ( )Your program should be able to deal with multiple cases of input.Sample Input3 + 5 * 6 (2+32)/2-6Sample Output3311

发布时间:2024-11-19 03:30:19
推荐参考答案 ( 由 百万题库网 官方老师解答 )
答案:【计分规则】: 功能完成
专业技术学习
专业技术学习