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

RGB7006 - Функц 2

y=4x2-3x+5

Input

x - нь Int төрлийн бүхэл тоо.

Output

y-гийн утга.

Example

Input:
-2

Output:
27

Нэмсэн:Bataa
Огноо:2011-01-17
Хугацааны хязгаарлалт: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
2018-12-26 07:50:34
yooh
2018-11-21 02:22:27
taa nar cn teneg ym bnshdee
2018-02-02 05:15:59
lol

2017-03-25 15:01:59
Pascal 3.0.0
program ideone;
var y,x: integer ;
begin
readln(x);
y:=4*x*x-3*x+5;
writeln(y);
readln();
end.
2016-12-19 02:50:14
guchaaa
2016-02-19 07:32:59
tuslaach
2015-10-31 07:00:52
het amar bolj dee !!! iim amarhan bodlogiig ingeed bicheed xxa!!!
Hun ooroo yu surhiimbe?
2014-02-19 03:49:16 nyamdash
pfffffffff goyo bodlogo bna doooooo

Last edit: 2014-02-19 03:50:02
2014-02-19 03:48:43 barhyy
ji arai bishee michid maa dubuunee
2014-01-10 02:20:06 Krystal
#include<stdio.h>
main()
{
int x,y;
scanf("%d",&x);
y=4*x*x-3*x+5;
printf("%d\n",y);
}

Last edit: 2014-01-10 02:21:47
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.