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
2022-11-15 09:04:57
GF-ee bavhuu,hicheelee bavhuu?
2022-11-15 09:04:13
baviishuu
2022-10-30 06:39:34
#include <iostream>

using namespace std;

int main()
{
int b,c,d;
cin>>b>>c>>d;
cout<<b*c-d;
return 0;
}copy it, sucks!

Last edit: 2022-10-30 06:43:03
2022-10-13 04:43:55
#include<iostream>
using namespace std;
int main()
{
int b,c,d;
cin >> b >> c >> d;
cout << b * c - d;
} huul
2022-10-03 13:41:57
.
2022-10-03 02:46:30
int main() {
int a, b, c, d;
cin>>b>>c>>d;
a=b*c-d;
cout<<a<<endl;

return 0;
}nice bro
2022-09-30 08:50:48
#include <iostream>
using namespace std;

int main() {

// your code here

return 0;
}
ene yaaag zov buru bval pirojki avj ogiy
2022-09-30 05:27:00
#include <iostream>
using namespace std;

int main() {

// your code here

return 0;
}
en yg zuv buru bvl unda avj ugy
2022-05-27 11:08:21
#include<iostream>
using namespace std;
int main()
{
int b,c,d;
cin >> b >> c >> d;
cout << b * c - d;
}
2022-03-27 09:21:48
bn
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.