Submit solution
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C++, Pascal, Python
Statement
Mã đề: Tin8_02
.
Cho hai số nguyên a, b (|a|,|b| \leq 10^6).
Tính tích hai số và thương hai số.
Lưu ý: với thương hai số, bạn cần làm tròn 2 chữ số thập phân để đạt điểm tuyệt đối.
Ví dụ
Input
3 2
Output
6 1.50
Comments