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.|

RGB7106 - Үржвэр 5

Өгөгдсөн 4 тооны 5-аас бага тоонуудын үржвэрийг ол. 5-аас бага тоо ядаж 1 байгаа.

Input

Нэг мөрөнд Int төрлийн 4 тоо зайгаар тусгаарлагдан өгөгдөнө.

Output

Үржвэр

Example

Input:
3 6 2 4

Output:
24

Нэмсэн:Bataa
Огноо:2011-05-24
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт: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-03-19 05:08:34
ALNASHUUU SHIRMEEEEEEEEEE
2024-03-19 05:07:14
ALNASHUUU HANGAIIIIII
2024-03-19 05:06:29
[Intro]
Hey, woman
Hey, woman

[Chorus]
(Ayy) Woman
Let me be your woman
Woman, woman, woman (Ayy)
I can be your woman
Woman, woman, woman (Ayy)
Let me be your woman
Woman, woman, woman (Ayy)
I can be your woman
Woman, woman, woman (Ayy)

[Verse 1]
What you need?
She give tenfold, come here, papa, plant your seed
She can grow right from her womb a family
Provide lovin' overlooked and unappreciated, you see (Ayy)
You can reciprocate
I got delicious taste, you need a woman's touch in your place
Just protect her and keep her safe
Baby, worship my hips and waist
So feminine with grace
I touch your soul when you hear me say, "Boy"
Let me be your woman
See Doja Cat Live
Get tickets as low as $89

You might also like
BREAK MY SOUL
Beyoncé
Glimpse of Us
Joji
Fuck the Girls (FTG)
Doja Cat

[Chorus]
Woman (Daddy)
Let mе be your woman (I know, mm)
Woman, woman, woman (Daddy)
I can be your woman (I know)
Woman, woman, woman (Daddy)
Let mе be your woman (I know)
Woman, woman, woman (Ayy; daddy)
I can be your woman (I know)
Woman, woman, woman

[Verse 2]
I can be your lady, I'm a woman
I'm a motherfucker, but they got a problem
Put some babies in your life and take away the drama
Put the paper in a picture like a diorama
Gotta face a lot of people of the opposite
'Cause the world told me, "We ain't got the common sense"
Gotta prove it to myself that I'm on top of shit
And you would never know a god without the goddesses
Honest as fuckin' honest get
And I could be on everything
I mean I could be the leader, head of all the states
I could smile and jiggle it 'til his pockets empty
I could be the CEO, just look at Robyn Fenty
And I'ma be there for you 'cause you on my team, girl
Don't ever think you ain't hella these niggas dream girl
They wanna pit us against each other
When we succeedin' for no reasons
They wanna see us end up like we Regina on Mean Girls
Princess or queen, tomboy or king (Yeah)
You've heard a lot, you've never seen (Nah)
Mother Earth, Mother Mary rise to the top (Top)
Divine feminine, I'm feminine (Why?)


[Chorus]
Woman (Daddy)
Let me be your woman (Let me be your; I know)
Woman, woman, woman (I need to be your; daddy)
I can be your woman (I know)
Woman, woman, woman (Daddy)
Let me be your woman (I know)
Woman, woman, woman (Daddy)
I can be your woman (I wanna be; I know)
Woman, woman, woman

[Outro]
(Woman)
Eee (Hey, woman, woman)
Eee, hey (Hey, woman, woman)
Mm, mm (Hey, woman, woman)
(Hey, woman)
2024-02-29 14:20:52
#include<stdio.h>
#include<stdio.h>
int main()
{
int a,b,c,d,i;
scanf("%d%d%d%d",&a,&b,&c,&d);
if(a>5) a=1;
if(b>5) b=1;
if(c>5) c=1;
if(d>5) d=1;
i=a*b*c*d;
printf("%d",i);
}
2024-02-29 05:09:55
#include <iostream>
using namespace std;
// tugaa is jerry uchralaas
int main() {
int a, b, c, d, ans;
cin >> a >> b >> c >> d;

if (b > 5) {
b = 1;
}

if (a > 5) {
a = 1;
}

if (c > 5) {
c = 1;
}

if (d > 5) {
d = 1;
}

ans = a * b * c * d;
cout << ans;

return 0;
}
2024-02-29 05:02:24
text me bi aimar tsarailag tged huurhun it aa gal ohinshu pm me mni ig @udvalicecream shuu
2024-01-24 13:43:28
#include <iostream>
using namespace std;

int main() {
int a, b, c, d, ans;
cin >> a >> b >> c >> d;

if (b > 5) {
b = 1;
}

if (a > 5) {
a = 1;
}

if (c > 5) {
c = 1;
}

if (d > 5) {
d = 1;
}

ans = a * b * c * d;
cout << ans; // Using the variable 'ans' here

return 0;
}
2023-12-18 09:15:49
artur zgr angias zl sda
2023-12-07 05:43:48
#include "stdio.h"
int main ()
{
int a,b,c,d,g;
scanf("%d %d %d %d" ,&a,&b,&c,&d);
g=1;
if(a<5) g=g*a;
if(b<5) g=g*b;
if(c<5) g=g*c;
if(d<5) g=g*d;
printf("%d" ,g);
return 0;
}
ermiinees
2023-11-20 06:34:12
#include<bits/stdc++.h>
using namespace std;
int main(){
long a, b, c, d, s=1;
cin>>a>>b>>c>>d;
if(5>a){
s=s*a;
} if(5>b){
s=s*b;
}if(5>c){
s=s*c;
} if(5>d){
s=s*d;
}
cout<<s;

}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.