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
2023-09-25 17:04:45
#include<bits/stdc++.h>
using namespace std;
int main() {
int x, s;
cin>>x;
s=(4*x*x)-(3*x)+5;
cout<<s<<endl;
}
2023-08-24 05:43:58
#include <cmath>
#include <iostream>

using namespace std;

int main() {

long long a,b,m,c,i,x,y,z,n,h,s=0;
cin>>n>>m;
s=0;
x=2*n;
y=5*n;
z=8*n;
s=x/m+y/m+z/m;
if (x%m>0)
s++;
if (y%m>0)
s++;
if(z%m>0)
s++;
cout<<s;

}
2023-07-25 09:17:51
Hahahahhahahaha
2023-05-16 05:33:34
HIHHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHI
2023-05-16 05:33:34
HIHHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHIHI
2023-05-11 09:45:30
fk
2023-04-24 05:10:36
©©©©©©©©
2023-03-18 16:45:31
hud bdtson bnshde . ndah chin punkts 1 iin algotihtm
2023-02-18 12:41:38
Hariult https://bit.ly/3IwukPk
2023-02-16 03:01:14
7a Naranzuun huurhun
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.