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

RGB7107 - Тэгш тоонуудын нийлбэр

Өгөгдсөн 3 тоон дахь тэгш тоонуудын нийлбэрийг ол. Ядаж 1 тэгш тоо бий. 

Input

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

Output

Нийлбэр

Example

Input:
10 3 5
Output:
10

Нэмсэн:Bataa
Огноо:2011-05-24
Хугацааны хязгаарлалт:0.202s
Эх кодын хэмжээний хязгаарлалт: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
2019-10-18 03:24:53
quote that if you need bitch!!!
2019-02-13 05:54:10
int x,y,z,c,sum;
sum=1;
scanf("%d %d %d %d", &x ,&y, &z,&c);
if(x < 5)
sum=sum*x;
if(y<5)
sum=sum*y;
if(z<5)
sum=sum*z;
if(c<5)
sum=sum*c;
printf("%d", sum);
2019-01-08 06:22:24
#include<bits/stdc++.h>
main(){
int a,b,c,e=0,s;
scanf("%d %d %d",&a,&b,&c);
if (a%2==0) e=e+a;
if (b%2==0) e=e+b;
if (c%2==0) e=e+c;
printf("%d",e);
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.