Back
Close

101-?

Statement
Reverse Mode: multiply the first digit with and the last digit and divide by the middle one

Input description
integer of 3 digits

Output description
result of first * last / middle

Constraints

Game modes

Test cases
Test 1 Test
Input
123
Output
1

Validator 1 Validator
Input
894
Output
3

Test 2 Test
Input
468
Output
5

Validator 2 Validator
Input
715
Output
35

Test 3 Test
Input
346
Output
4

Validator 3 Validator
Input
674
Output
3

Test 4 Test
Input
980
Output
0

Validator 4 Validator
Input
890
Output
0

Test 5 Test
Input
103
Output
?

Validator 5 Validator
Input
909
Output
?

Solution language

Solution

Stub generator input