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
2022-05-20 02:54:38
khatanbold so bad
2022-05-20 02:54:37
khatanbold so bad
2021-11-01 06:53:44
Энийг яаж бодох вэ мэддэг хүн байвал залга 98983690.
2021-11-01 03:53:26
hh


Last edit: 2021-11-01 03:54:10
2021-10-08 04:18:46
fuck you
2021-08-17 11:33:08
#include <stdio.h>
main()
{
int a, b, c;
scanf("%d%d",&a, &b);
c=a<b?a:b;
printf("%d",c);
}
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);

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