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
2023-10-25 09:03:51
#include <stdio.h>

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

}
2023-10-25 09:03:51
#include <stdio.h>

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

}
2023-04-04 08:24:07



































































































































































































































































































huul2




































































































































2022-11-10 06:14:17



































































































































































































































































































































































































































































2022-10-27 04:23:32











































































































































































































































































































































































































































































































































































































2022-10-13 04:44:29
#include <iostream>
using namespace std;

int main () {
int a,b;
cin>>b>>a;
if(a>b) cout<<b;
else cout<<a;
} huul
2022-09-21 07:13:34
#include <iostream>
using namespace std;

int main () {
int a,b;
cin>>b>>a;
if(a>b) cout<<b;
else cout<<a;
}thank me later
2022-08-15 04:18:54
#include <iostream>
using namespace std;

int main () {
int a,b;
cin>>b>>a;
if(a>b) cout<<b;
else cout<<a;
} Thank me later ;)
2022-08-15 04:18:53
#include <iostream>
using namespace std;

int main () {
int a,b;
cin>>b>>a;
if(a>b) cout<<b;
else cout<<a;
} Thank me later ;)
2022-08-15 04:18:51
#include <iostream>
using namespace std;

int main () {
int a,b;
cin>>b>>a;
if(a>b) cout<<b;
else cout<<a;
} Thank me later ;)
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.