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

RGB7102 - Хоёр тооны бага

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

Input

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

Output

Бага тоо.

Example

Input:
9 6

Output:
6

Нэмсэн: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
2021-02-27 12:59:27
#include <stdio.h>
#include <math.h>
main()
{


int a, b;
scanf("%d%d",&a,&b);
if(a<b)
printf("%d",a);
else
printf("%d",b);

}
2021-01-12 08:02:53
#include<iostream>
using namespace std;
int main()
{
int a,b,mx;
cin>>a>>b;
if(a<b) mx=a;
else mx=b;
if(a>b) mx=b;
else mx=a;
cout<<mx<<endl;
return 0;
}
ez huul
2019-12-06 11:19:53
SUPER
TUSLAARAI PLS
2019-10-16 06:38:38
#include <stdio.h>
main ()
{
int a,b,c;
scanf("%d %d",&a,&b);
if(a>b) c=b;
if(a<b) c=a;
printf("%d",c);

}
2019-04-04 09:21:38
jambaa batsaan tom boljee
2019-04-04 09:21:12
zlaachee
2019-04-04 09:11:49
zlaach
2019-04-04 09:11:45


Last edit: 2019-04-04 09:21:09
2019-04-04 09:11:20
zl jamba
2019-03-31 13:43:59
#include <stdio.h>
main ()
{
int a,b,c;
scanf("%d %d",&a,&b);
if(a>b) c=b;
if(a<b) c=a;
printf("%d",c);

}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.