算術式

2つの整数 ab が与えられたとき、a / b の結果を計算して表示したいと思います。出力は a/b = res の形式であるべきです。
入力
出力
14 7
14/7 = 2
 

Constraints

Time limit: 2 seconds

Memory limit: 512 MB

Output limit: 1 MB

To check your solution you need to sign in
Sign in to continue