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
2015-11-24 01:31:25
hi
2015-09-17 03:19:42
#include<stdio.h>

main()
{
int a,b,c;
scanf("%d%d",&a,&b);

c=a*b;

printf("%d",c);

}
2015-03-26 11:13:32 orood ir orood ir
#include<stdio.h>
#include<conio.h>
int main(){
int a=7,b=8,s
s=a*b;
printf("%d",s;)
getch()
return0;}

Last edit: 2015-03-26 11:25:50
2015-02-28 05:42:29 Purewjargal
#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-02-26 14:07:14 resa247
yoo eniig yaj bodhiim be??
2015-01-11 06:07:44 monhdelger
red apple arai2
2015-01-11 06:07:21 monhdelger
bn bn bnaa bn
2015-01-10 09:12:35 Temuulen
ene jiigaa giin jinhen ner iig dashnyam gedeg uu
2014-12-16 08:50:15 RedApple
enig yaj boddi
2014-11-18 08:28:12 nandia
#include<stdio.h>
#include<conio.h>
int main(){
int a=7, b=8, s;
s=a*b;
printf("%d",s);
getch();
return 0;}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.