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

RGB7005 - Функц 1

y=3x-5

Input

x бүхэл тоон утгаар өгөгдөнө.

Output

y-ийн утга.

Example

Input:
1

Output:
-2

Нэмсэн:Bataa
Огноо:2011-01-16
Хугацааны хязгаарлалт: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-09-16 06:09:52
95670377 zalga helj ogii
2019-08-31 06:50:45
#include <iostream>
using namespace std;
int main ()
{
int x,y;
scanf("%d", &x);
y=3*x-5;
printf("%d", y);
} suguuda ezi
2019-04-06 09:44:28
lol
2019-03-25 03:09:47
#include <iostream>
using namespace std;
main()
{
int y, x;
cin>>x;
y=3*x-5;
cout<< ("%d",y );
}
2019-02-25 13:35:09
Mai huul 10 angiin huuhed hiisen shuu
#include<stdio.h>
main()
{int y,x;
scanf("%d",&x);
y=3*x-5;
printf("%d",y);
}
2019-02-18 08:42:28
yaj bodnoo
2018-12-27 11:38:51
zuv yum bichlde
2018-12-20 02:35:24
#include <stdio.h>
main()
{
int y,x;
scanf("%d",&x);
y=3*x-5;
printf("%d",y);
return 0;
}

2018-12-19 11:54:21
#include<bits/stdc++.h>
main(){
int x,y;
scanf("%d",&x);
printf("%d",3*x-5);
}
mai huul buyan bolloo shu!
2018-12-13 15:15:47
miniih 4 garaad bolku bhii
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.