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_03
.
Cho hai số nguyên a, b (|a|,|b| \leq 10^6).
Tính tích hai số.
thông thường các bài khác, bạn có quyền khai báo
integer
,longint
,... Để đạt điểm tuyệt đối bài này, bạn cần khai báoint64
.
Ví dụ
Input
3 2
Output
6
Comments