AB large numbers

View as PDF

Submit solution

Points: 100.00
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 2 số nguyên dương ab

Yêu cầu: Tính ab

Dữ liệu vào: Hai số ab trên 2 dòng

Kết quả: Giá trị của ab

Chú ý: 1<=a,b<=10000

Ví dụ:
Input 1:
Copy
3
9
Output 1:
Copy
19683
Input 2:
Copy
30
30
Output 2:
Copy
205891132094649000000000000000000000000000000

Comments

Please read the guidelines before commenting.


There are no comments at the moment.