Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7103 - 3 тооны их

Өгөгдсөн 3 тооны ихийг ол.

Input

Нэг мөрөнд Int төрлийн 3 тоо зайгаар тусгаарлагдан өгөгдөнө.

Output

Их тоо.

Example

Input:
1 3 2
Output:
3

Нэмсэн:Bataa
Огноо:2011-05-23
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2019-01-29 10:44:08
import java.util.Scanner;
public class Toon {
public static void main(String[] args) {
int a,b,c,max;
Scanner input =new Scanner(System.in);
a=input.nextInt();
b=input.nextInt();
c=input.nextInt();
max=a;
if (max<b)
max=b;
if (max<c)
max=c;
System.out.println(max);
}
}
2018-12-12 04:20:53
#include<stdio.h>
main()
{
int a,b,c,max,Max;
//freopen("a.in","r",stdin);
//freopen("a.out","w",stdout);
scanf("%d %d %d",&a,&b,&c);
if(a>b) max=a;
else max=b;
if(c>max) Max=c;
else Max=max;
printf("%d",Max);
}
2018-12-12 04:20:16
betisha
2018-11-30 15:56:34
hud ym bti ywuulaad bai
2018-11-23 17:20:59
int a,b;
scanf("%d",&a);
scanf("%d",&b);
if(a>b) printf("%d",a);
else printf("%d",b);
2018-11-23 17:20:58
accounts.google.com.


Last edit: 2018-12-13 09:27:15
2018-11-23 17:20:58
int a,b;
scanf("%d",&a);
scanf("%d",&b);
if(a>b) printf("%d",a);
else printf("%d",b);
2018-11-23 17:20:57
int a,b;
scanf("%d",&a);
scanf("%d",&b);
if(a>b) printf("%d",a);
else printf("%d",b);
2018-11-23 17:20:57
int a,b;
scanf("%d",&a);
scanf("%d",&b);
if(a>b) printf("%d",a);
else printf("%d",b);
2018-11-23 17:20:56
int a,b;
scanf("%d",&a);
scanf("%d",&b);
if(a>b) printf("%d",a);
else printf("%d",b);
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.