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
2024-04-17 09:44:43
#include<bits/stdc++.h>
using namespace std;
int main(){
long a, b;
cin>>a;
b=(a/10)*(a%10);
cout<<b;
}
2024-04-10 03:56:39
#include <iostream>
using namespace std;
int main(){
int n, p = 1, c = 0;
cin >> n;
int a[n], b[6], min;
for(int i = 1; i <= n; i++){
cin >> a[i];
b[i] = 0;
}
for(int i = 1; i <= n; i++){
b[a[i]]++;
}
int max;
max = 0;
for(int i = 1; i <= n; i++){
if(max <= b[i]){
max = b[i];
}
}
for(int i = 1; i <= n; i++){
if(max == b[i]){
cout << i;
return 0;
}
}
}
2023-12-07 09:47:02
bodson hun bnu
2023-12-07 05:57:59
hiii
2023-11-28 06:11:20
ailtai ju
2023-11-27 06:25:45
#include<bits/stdc++.h>
using namespace std;
int main(){
long a, b;
cin>>a;
b=(a/10)*(a%10);
cout<<b;
}
2023-11-22 05:26:54
aaaa
2023-11-20 06:24:13
#include <iostream>
using namespace std;

int main() {

int a,b,c,d;
cin>>a;
b=a/10;
c=a%10;
d=b*c;
cout<<d;

return 0;
} har hishgee
2023-10-10 05:10:21
sorry


Last edit: 2023-10-10 05:10:48
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
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.