Order matters
Statement
reverse only
Input description
reverse only
Output description
reverse only
Constraints
-10 ≤ [[a]] ≤ 10
Game modes
Reverse
Test cases
Test 1 Test
Input
3 0 -7
Output
0
Validator 1 Validator
Input
-2 8 3
Output
8
Test 2 Test
Input
5 4 9
Output
56
Validator 2 Validator
Input
1 -2 1
Output
-4
Test 3 Test
Input
9 9 2
Output
99
Validator 3 Validator
Input
2 -2 2
Output
-8
Test 4 Test
Input
7 2 0
Output
14
Validator 4 Validator
Input
1 1 1
Output
2
Test 5 Test
Input
-9 -1 1
Output
8
Validator 5 Validator
Input
-4 -4 0
Output
16
Solution language
Solution
Stub generator input