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-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 ;)
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);
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.