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
2025-04-16 07:13:45
6a giin telmuun dick gui


Last edit: 2025-04-16 07:14:47
2025-03-19 07:20:34
hello
#include <iostream>
using namespace std;
int main() {
int a,b;
cin>>a;
b=(a/10)*(a%10);
cout<<b;
return 0;
}
mai humuusee cause me2 care :)
2025-03-15 09:56:11
monkey

Last edit: 2025-03-15 09:56:56
2025-02-25 07:21:38
#include<stdio.h>
int main () {
int a,b;
scanf("%d",&a);
b=(a/10)*(a%10);
printf("%d",b);
}


maiii sugudaa avtsgaa
2025-02-10 10:02:24
my nyour al is cry
2024-12-11 07:07:20
#include <iostream>

using namespace std;

int main() {

int too, a, b, hariu;
cin >> too;
a = too / 10;
b = too % 10;
hariu = a*b;
cout << hariu;
return 0;
}
2024-12-03 10:06:33
#include <iostream>
using namespace std;
int main () {
int a,b;
cin>>a;
b=(a/10)*(a%10);
cout<<b;
}
why so suga
2024-11-26 02:56:45
hellooooooo
2024-11-26 02:56:04
my dick is big
2024-11-25 05:31:14
hi
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.