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
2024-05-15 10:54:29
Kaffee und Milch, bitte. Danke. Tschüss.
(Translate to German)


Last edit: 2024-05-15 11:02:09
2024-05-10 11:46:19
skiibidi toilet ohio fanum tax level 69420 gyatt
2024-05-10 04:53:03
#include <bits/stdc++.h>
using namespace std;
int main() {
int A,B,C,D;
scanf("%d %d %d",&B,&C,&D);
A=B*C-D;
printf("%d",A);
return 0;
}
2024-05-10 04:38:27
#include<bits/stdc++.h>
using namespace std;
int main (){
int A,B,C,D;
scanf("%d%d%d",&B,&C,&D);
A=B*C-D;
printf("%d",A);
return 0;
}
2024-04-23 04:27:53
#include <iostream>
using namespace std;
int main() {
int y,x,j=3,k=5,z;
cin>>x>>y;
z=x*j;
y=j-k;
cout y;
return 0;
}
huul huul☹︎
2024-04-17 09:41:04
#include <bits/stdc++.h>
using namespace std;
int main () {
int x,y;
cin >>x;
y=3*x-5;
cout<<y<<endl;
return 0;
} ......
2024-04-17 09:32:49
#include <bits/stdc++.h>
using namespace std;
int main () {
int a,b,p,s;
cin >> a;
cin >> b;
s=a*b;
p=(a+b)*2;
cout<<s<<endl;
cout<<p<<endl;
return 0;
}
.....
2024-04-15 04:14:58
skibidi
2024-04-09 03:24:21
skibidi dob dob dob yesss skibibidid dob dovb riipsh driipsh
2024-04-03 05:48:17
eniig yaaj hiisiin
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.