计算器
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给出两个正整数 ,求 的值
输入格式
一行两个正整数 。
输出格式
输出三行,
第一行输出 a+b=X
其中 表示 的值。
第二行输出 a-b=X
其中 表示 的值。
第三行输出 a*b=X
其中 表示 的值。
样例 1 输入
6 8
样例 1 输出
6+8=14
6-8=-2
6*8=48
测试点约束
对于 的数据, 。
对于 的数据, 。
对于 的数据, 。
科技苑中学
- Status
- Done
- Rule
- IOI
- Problem
- 6
- Start at
- 2025-4-15 16:30
- End at
- 2025-4-15 20:30
- Duration
- 4 hour(s)
- Host
- Partic.
- 33