Thực hiện biểu thức 2

View as PDF

Points: 100 Time limit: 1.0s Memory limit: 640M Input: stdin Output: stdout

Viết chương trình nhập vào ba số nguyên và thực hiện biểu thức sau.

Input

  • Một dòng duy nhất là ba số nguyên \(a,b,c\)

Output

  • Kết quả của biểu thức \(2^{a+b} - 4^{c}\)

Constraints

  • \(1 \leq a,b,c \leq 10\)

Example

Test 1

Input
3 2 1 
Output
28

Comments

There are no comments at the moment.