public static int F1 (int NUM){
public static int F2 (int NUM ,int NUM1){
public static int F3 (int NUM1, int NUM){
public static int F3 (int NUM1, int NUM2, int NUM3){
public static int F4 (int NUM5 , int NUM2 , int NUM3){
if(NUM5>NUM2 && NUM5>NUM3)
if(NUM2>NUM5 && NUM2>NUM3)
if(NUM3>NUM2 && NUM3>NUM5)
public static int F5 (int NUM1 ,int NUM2,int NUM3)
if(NUM1>NUM2 && NUM1<NUM3)
if(NUM2>NUM1 && NUM2<NUM3)
if(NUM3>NUM2 && NUM3<NUM1)
public static void Main()
NUM=int.Parse(Console.ReadLine()) ;
public static void Main1()
NUM1 = int.Parse(Console.ReadLine()) ;
NUM = int.Parse(Console.ReadLine());
public static void Main2(){
NUM1 = int.Parse(Console.ReadLine()) ;
NUM = int.Parse(Console.ReadLine());