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

RGB7019 - Илэрхийлэл 1

Өгөгдсөн илэрхийллийн утгыг ол. A=B*C-D

Input

Нэг мөрөнд 3 бүхэл тоо нэг нэг зайгаар тусгаарлагдан өгөгдөнө.

Output

Илэрхийллийн нэг мөрөнд гарна.

Example

Input:
2 3 4

Output:
2

Нэмсэн:Bataa
Огноо:2013-01-01
Хугацааны хязгаарлалт: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-12-05 13:46:00
c++(g++4.3.2) oor yaj bodoh ve
2019-11-24 10:11:14
mm
2019-11-21 13:57:10
#include <iostream>

using namespace std;

int main(){
int A,B,C,D;
cin>>A>>B>>C;
D=A*B-C;
cout<<D<<endl;
return 0;
}
2019-11-21 13:57:09
#include <iostream>

using namespace std;

int main(){
int A,B,C,D;
cin>>A>>B>>C;
D=A*B-C;
cout<<D<<endl;
return 0;
}
2019-11-19 08:43:12
yaj bODOH YMBEE HELCHILDEE
2019-05-25 13:13:29
#include<stdio.h>
#include<string.h>
int main() {
int a,b,c,d;
scanf("%d %d %d", &b, &c, &d);
a=b*c-d;
printf("%d", a);
}
2019-02-28 10:07:27
ssss
2019-02-01 05:14:44
#include<stdio.h>
main()
{
int b,c,d,A;
scanf("%d%d%d",&b,&c,&d);
A=b*c-d;
printf("%d",A);
}
2019-01-31 14:16:11
yaj bodoh vee
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.