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
2022-10-24 09:35:56
let me love you bro
2022-10-13 04:28: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;
} huul suguuda
2022-09-26 02:58:48
int n;
cin >> n;

int s = 0;
do{
s += (n%10);
n /= 10;
} while(n != 0);

cout << s;
return 0;
}
2022-07-21 11:29:16
#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;
}
2022-06-20 12:43:53

14
Нэмсэн: Bataa
Огноо: 2011-05-10
Хугацааны хязгаарлалт: 0.400s
Эх кодын хэмжээний хязгаарлалт: 50000B
Memory limit: 1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд: ADA95 ASM32 BASH BF C CSHARP CPP C++ 4.3.2 C99 CLPS LISP clisp LISP sbcl D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO 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
Өмнөх 1 2 3 4 5 6 Дараагийн >
2022-05-06 04:40:34
hihiihhihihihhihihihihihhihhihihihihihihihhihihihihiashiihihihhsiahihiasdhiashdashisahdiashdkashdskldjadjsdjsk
2022-04-24 10:11:08
goy2
2022-04-21 04:06:03
Huee ez yumiig neere hhhaha
2022-03-26 12:14:51
Sain sainuu ks
2022-02-28 08:03:46
mai psd mbn endees huile gj bhku shu

Last edit: 2022-02-28 08:04:48
2022-01-05 05:07:57
hatnaa suga
2021-12-21 02:40:21
#include <stdio.h>
#include<stdlib.h>

main()
{
int a, b, c, d, e, f, g;
scanf("%d",&a);
c=a%100; // 58
f=a%10; //negjiin orniig olchij bgn 8
d=c-f; // 50
e=d/10; //5

printf("%d",f*e);
} ingeed bdohoor blhgui ym. yun dr aldaj bgg min hld uguuch guuys
2021-12-20 10:26:08
#Python
a = list(input())
print(int(a[0]) * int(a[1]))
2021-12-17 03:42:47
#include<stdio.h>
int a,b,c;
main()
{
scanf("%d",&a,&b);
b=a/10;
c=b%10;
printf("%d",c);
}
2021-10-25 04:16:27
...
Leave a Comment
|Notes:|
1. Don't post any source code here.|
2. Please be careful, leave short comments only. Don't spam here.|
3. For more discussion (hints, ideas, solutions) please visit our forum.|
4. Authors are allowed to delete the post and use html code here (e.g. to provide some useful links).|
About SPOJ RSS





2022-05-06 04:40:34
hihiihhihihihhihihihihihhihhihihihihihihihhihihihihiashiihihihhsiahihiasdhiashdashisahdiashdkashdskldjadjsdjsk
2022-04-24 10:11:08
goy2
2022-04-21 04:06:03
Huee ez yumiig neere hhhaha
2022-03-26 12:14:51
Sain sainuu ks
2022-02-28 08:03:46
mai psd mbn endees huile gj bhku shu

Last edit: 2022-02-28 08:04:48
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.