Бодолт илгээх | Бүх бодолтууд | Шилдэг бодолтууд | Жагсаалт руу буцах |
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
|
||||||||||||||
2017-01-23 06:10:15
harin tiin |
||||||||||||||
2017-01-23 06:10:05
harin tiin |
||||||||||||||
2016-11-28 16:16:04
#include<stdio.h> main(){ int a,b,c; scanf("%d,%d",&a,&b); c=a+b; printf("%d",c); return 0; } |
||||||||||||||
2016-08-16 10:04:31
#include<conio.h> #include<stdio.h> main() {int a,b,x; scanf("%d",&x); a=x/10; b=x%10; printf("%d",a*b); getch();} |
||||||||||||||
2016-02-16 03:01:33
#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-11-24 01:32:21
jhgfda123456 |
||||||||||||||
2015-11-24 01:31:57
hgfdfjh |
||||||||||||||
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 |