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
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
2013-12-10 14:20:24 Altanbagana
#include<stdio.h>
#include<stdlib.h>
int main()
{
int x,y;
scanf("%d",&x);
y=4*x*x-3*x+5;
printf("%d\n",y);
system("pause");
}
2013-10-28 03:43:02 tserenhand
#include<stdio.h>
int main(){
int x,y;
scanf("%d",&x);
y=4*x*x-3*x+5;
printf("%d\n",y);
return 0;
}
2013-10-25 03:53:16 agiimaa
bodlogoo huuluulj tuslaacheeeeee
2013-05-20 14:53:20 Enhmaa
энэ уул нь зөв бодсон тэгсэн чинь 11 гараад байхийн...
#include<stdio.h>
int main(){
int x,y;
scanf("%d",&x);
y=4*x*x-3*x+5;
printf("%d\n",y);
return 0;
}
2013-04-03 05:44:16 Ёлка
#include<stdio.h>

main()
{
int x,y;

scanf("%d",&x);

y=4*x*x-3*x+5;


printf("%d\n",y);
}
2013-04-02 00:24:40 zlzl
all bodson bodlogoo bichcheh bodoj chadahguu bn

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