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

RGB7009 - 2 оронтой тоо

Өгөгдсөн 2 оронтой тооны цифрүүдийн үржвэрийг ол.

Input

2 оронтой тоо өгөгдөнө.

Output

Нэгж ба аравтын орны цифрүүдийн үржвэр.

Example

Input:
27
Output:
14

Нэмсэн:Bataa
Огноо:2011-05-10
Хугацааны хязгаарлалт:0.400s
Эх кодын хэмжээний хязгаарлалт: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
2018-02-06 09:44:15
#include<stdio.h>
main()
{
int a,b,c,s;
scanf("%d",&a);
c=a%10;
b=a/10;
s=c*b;
printf("%d\n",s);
}
2018-01-30 09:21:20
yj bodhin be
2018-01-16 06:07:09
#include<stdio.h>
main(){
int a,b,c;
scanf("%d %d",&a,&b);
c=a*b;

printf("%d",c);
}

2017-01-23 06:10:33
harin tiin?

2017-01-23 06:10:15
harin tiin
2017-01-23 06:10:05
harin tiin
2016-11-28 16:16:04
#include<stdio.h>
main(){

int a,b,c;

scanf("%d,%d",&a,&b);

c=a+b;

printf("%d",c);

return 0;
}
2016-08-16 10:04:31
#include<conio.h>
#include<stdio.h>
main()
{int a,b,x;
scanf("%d",&x);
a=x/10;
b=x%10;
printf("%d",a*b);
getch();}
2016-02-16 03:01:33
#include<stdio.h>
#include<stdlib.h>
main()
{
int a, b,c, s;
scanf("%d",&a);
c=a%10;
b=a/10;
s=c*b;
printf("%d\n",s);
system("pause");
}
2015-11-24 01:32:21
jhgfda123456
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.