Problem2141--Macro Substitution

2141: Macro Substitution

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 46  Solved: 17
[Submit] [Status] [Web Board] [Creator:]

Description

Macro definition finds the minimum of three numbers

Input

Given three integer

Output

Minimum integer

Sample Input Copy

1 2 3

Sample Output Copy

1

Source/Category

186