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
2019-04-26 08:52:17
ague tuslare

Last edit: 2019-04-26 08:52:34
2019-03-27 16:00:49
mal bodlogo we
2019-03-25 03:11:23
#include <iostream>
using namespace std;
main()
{
int y, x;
cin>>x;
y=4*x*x-3*x+5;
cout<<("%d", y);
}
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?
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.