Problem ID:
kntt10_135_lt1
Points:
1 (partial)
Time limit:
1.0s
Memory limit:
512M
Input:
stdin
Output:
stdout
Suggester:
Problem type
Allowed languages
C, C++, Java, Pascal, Perl, Python
Thiết lập hàm power(a,b,c)
với ~a~, ~b~, ~c~ là các số nguyên. Hàm trả về giá trị ~(a+b)^c~.
Dữ liệu vào
3 số ~a~, ~b~, ~c~ là các số nguyên.
Dữ liệu ra
Giá trị của ~(a+b)^c~.
Sample Input
1
2
3
Sample Output
27
Comments