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
2023-09-25 17:08:54
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c,d;
cin>>a;
b=a/10;
c=a%10;
d=b*c;
cout<<d<<endl;
}

Last edit: 2023-09-25 17:10:56
2023-06-15 12:17:58
#include<bits/stdc++.h>

main()
{
int a,b,c,d;
scanf("%d",&a);
b=a%10;
c=a/10;
d=b*c;
printf("%d",d);



}c++
2023-04-23 04:46:53
#include <iostream>
using namespace std;

int main(){
int a,b,c;
cin>>a;
b=a/10;
c= a%10;
cout<<b*c<<endl;
}
huul2
2023-02-09 04:19:45
int a,b,c;
cin>>a;
b=a/10;
c= a%10;
cout<<b*c<<endl;
2023-01-19 06:56:49
uhahah\
2023-01-13 05:37:37
huulval -respect alna shuuuuu

Last edit: 2023-01-13 05:39:10
2022-11-19 15:13:37
ez2

2022-11-08 05:40:13
#include<iostream>//y=4x2-3x+5
using namespace std;
int main(){
int a,b,c;
cin>>a;
b=a/10;
c= a%10;
cout<<b*c<<endl;
}
2022-11-07 03:00:29
shuud 50 say
2022-10-24 09:35:56
let me love you bro
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.