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-03-27 09:21:48
bn
2022-01-15 10:21:41
###python3
list1= list(map(int,input().split(' ')))
print((list1[0]) * (list1[1]) - list1[2])
2021-10-26 08:54:41
shaagairai sda mine dood uy ntr adilhan quarantined neg jil baichaad sda chine
2021-10-22 04:24:52
dood angiihan neeree arai denduu suga yumaa
2021-10-21 04:50:24
davaa suga
2021-10-08 04:01:54
chinsanaa bol mal
2021-02-11 02:49:57
#include <stdio.h>
main()
{int a,b,c,d;
scanf("%d %d %d", &a, &b, &c);
d=a*b-c;
printf("%d",d);
}
2020-11-24 07:46:44
#include <cstdio>
int main ( ) {
int A,B,C,D;
scanf("%d%d%d",&B,&C,&D);
A=B*C-D;
printf("%d",A);
return 0;
}
2020-10-30 01:40:41
#include <iostream>
using namespace std;
main(){
int g, d, q, y;
cin>>g>>d>>q;
y=g*d-q;
cout<<y<<endl;
return 0;
}
2019-12-18 15:07:16
utsaa ogooch hamtdaa yum hiiy ardiuno hiih hun bn uu

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.