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.|

RGB7104 - 4 тооны бага

Өгөгдсөн 4 тооны багыг ол.

Input

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

Output

Бага тоо.

Example

Input:
3 2 1  4
Output: 1

Нэмсэн: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-10-07 09:05:22
hen negen ni c++ heleer bodood baihdaa

2019-10-06 08:15:18
#include <stdio.h>
main(){
int a,b,c,d,e,f,h;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
scanf("%d",&d);
if(a>b)f=b;
else f=a;
if(f>c)e=c;
else e=f;
if(e>d)h=d;
else h=e;
printf("%d",h);
return 0;
} ez hha but i can
2019-10-05 09:47:57
#include <stdio.h>
main(){
int a,b,c,d,e,f,h;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
scanf("%d",&d);
if(a>b)f=b;
else f=a;
if(f>c)e=c;
else e=f;
if(e>d)h=d;
else h=e;
printf("%d",h);
return 0;
}
2019-04-04 09:47:35
hongoroo zow bodchood dursagdaache
2019-04-04 05:57:03
#include <stdio.h>
main ()
{
int a,b,c,d,e;
scanf("%d %d %d %d",&a,&b,&c,&d);
if(a>b) e=b;
if(a<b) e=a;
if(a>c) e=c;
if(a>d) e=d;
printf("%d",e);
}
2019-03-15 07:59:57
#include<stdio.h>
int main(){
int a,b,c,d,e,g,l,j;
scanf("%d",&a);
scanf("%d",&b);
scanf("%d",&c);
scanf("%d",&d);
if(a<b)j=a;
else j=b;
if(j<c)e=j;
else e=c;
if(e<d)l=e;
else l=d;
printf("%d",l);

} ez katka(subscribe ezey gaming)
2019-02-26 04:48:48
#include<stdio.h>
int main()
{
//freopen("a.in","r","stdin");
//freopen("a.out","w","stdout");
int a,b,c,d,e,f,g,min;
scanf("%d %d %d %d",&a,&b,&c,&d);
if(a>b)e=b;
else e=a;
if(e>c)f=c;
else f=e;
if(f>d) g=d;
else g=f;
if(g>e)min=e;
else min=g;




printf("%d",min);
}
2019-02-22 07:33:37
.
2018-12-12 04:54:44
#include<stdio.h>
main()
{
//freopen("a.in","r",stdin);
//freopen("a.out","w",stdout);
int a,b,c,d,K,n,min;
scanf("%d %d %d %d",&a,&b,&c,&d);
if(a>b) K=b;
else K=a;
if(d>c) n=c;
else n=d;
scanf("%d %d",&K,&n);
if(K>n) min=n;
else min=K;
printf("%d",min);
}
2018-12-12 04:30:27
#include<stdio.h>
int main()
{
//freopen("a.in","r","stdin");
//freopen("a.out","w","stdout");
int a,b,c,d,e,f,min;
scanf("%d %d %d %d",&a,&b,&c,&d);
if(a>b)e=b;
else e=a;
if(e>c)f=c;
else f=e;
if(f>e)min=e;
else min=f;
printf("%d",min);
} hongoroo bn uurd dursaj yavaarai hahahah
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.