Giter VIP home page Giter VIP logo

arithmetic_operators's Introduction

Arithmetic oparation Math statments

Problems

arithmetic001

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
4 5 9
7 8 15

Constraints:

-10^9 < a, b < 10^9

arithmetic002

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
45 7 38
12 4 8

Constraints:

-10^9 < a, b < 10^9

arithmetic003

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
12 6 72
21 5 105

Constraints:

-10^9 < a, b < 10^9

arithmetic004

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
12 6 2
15 5 3

Constraints:

-10^9 < a, b < 10^9

arithmetic005

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
12 6 2.0
18 5 3.6

Constraints:

-10^9 < a, b < 10^9

arithmetic006

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 6 64
3 5 243

Constraints:

-10^9 < a, b < 10^9

arithmetic007

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
13 5 3
23 10 3

Constraints:

-10^9 < a, b < 10^9

arithmetic008

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 5 500
3 4 576

Constraints:

-10^9 < a, b < 10^9

arithmetic009

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
1 5 26
3 9 90

Constraints:

-10^9 < a, b < 10^9

arithmetic010

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 36
12 3 225

Constraints:

-10^9 < a, b < 10^9

arithmetic011

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 -12
12 3 135

Constraints:

-10^9 < a, b < 10^9

arithmetic012

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 72
1 3 28

Constraints:

-10^9 < a, b < 10^9

arithmetic013

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 216
1 3 64

Constraints:

-10^9 < a, b < 10^9

arithmetic014

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 8
1 3 8

Constraints:

-10^9 < a, b < 10^9

arithmetic015

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
7 3 40
32 20 624

Constraints:

-10^9 < a, b < 10^9

arithmetic016

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
10 2 -2.5
32 4 -4.0

Constraints:

-10^9 < a, b < 10^9

arithmetic017

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
10 4 3.25
3 1 5.0

Constraints:

-10^9 < a, b < 10^9

arithmetic018

Given a,b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
10 4 3 8.5
3 1 2 3.0

Constraints:

-10^9 < a, b < 10^9

arithmetic019

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
10 4 105.8
3 1 10.6

Constraints:

-10^9 < a, b < 10^9

arithmetic020

Given a,b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 3 2.0
2 4 6 0.5

Constraints:

-10^9 < a, b < 10^9

arithmetic021

Given a,b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 3 24.2
2 4 6 0.8

Constraints:

-10^9 < a, b < 10^9

arithmetic022

Given a,b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 3 30.125
2 4 6 -1.07

Constraints:

-10^9 < a, b < 10^9

arithmetic023

Given a.b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 3 0.9
2 4 6 0

Constraints:

-10^9 < a, b < 10^9

arithmetic024

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 3 20
2 4 24

Constraints:

-10^9 < a, b < 10^9

arithmetic025

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 3 2.5
2 4 3.0

Constraints:

-10^9 < a, b < 10^9

arithmetic026

Given a integer number.
Calculate the following expression

Example :

Input: a (int).
Output: Return answer (double).

Input Output
2 1.5

Constraints:

-10^9 < a, b < 10^9

arithmetic027

Given a integer number.
Calculate the following expression

Example :

Input: a (int).
Output: Return answer (double).

Input Output
6 14.0
9 21.0

Constraints:

-10^9 < a, b < 10^9

arithmetic028

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 3 2.0
2 6 3.0

Constraints:

-10^9 < a, b < 10^9

arithmetic029

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 3 14.0
2 6 27.0

Constraints:

-10^9 < a, b < 10^9

arithmetic030

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 4.0
2 6 5.5

Constraints:

-10^9 < a, b < 10^9

arithmetic031

Given a.b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 3 18.0
2 4 6 18.0

Constraints:

-10^9 < a, b < 10^9

arithmetic032

Given a.b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 4 12.0
2 4 6 9.0

Constraints:

-10^9 < a, b < 10^9

arithmetic033

Given a.b and c integer numbers.
Calculate the following expression

Example :

Input: a,b,c (int).
Output: Return answer (double).

Input Output
1 11 4 24.0
2 4 6 18.0

Constraints:

-10^9 < a, b < 10^9

arithmetic034

Given a integer number.
Calculate the following expression

Example :

Input: a (int).
Output: Return answer (double).

Input Output
2 8.0

Constraints:

-10^9 < a, b < 10^9

arithmetic035

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 18.0
2 6 66.6

Constraints:

-10^9 < a, b < 10^9

arithmetic036

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 32
2 6 128

Constraints:

-10^9 < a, b < 10^9

arithmetic037

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 21.3
2 6 16.0

Constraints:

-10^9 < a, b < 10^9

arithmetic038

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 5.3
2 6 16.0

Constraints:

-10^9 < a, b < 10^9

arithmetic039

Given a integer number.
Calculate the following expression

Example :

Input: a (int).
Output: Return answer (double).

Input Output
2 3.0
4 10.0

Constraints:

-10^9 < a, b < 10^9

arithmetic040

Given a integer number.
Calculate the following expression

Example :

Input: a (int).
Output: Return answer (double).

Input Output
2 1.5
4 1.25

Constraints:

-10^9 < a, b < 10^9

arithmetic041

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 32.0
2 6 75.0

Constraints:

-10^9 < a, b < 10^9

arithmetic042

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 1.0

Constraints:

-10^9 < a, b < 10^9

arithmetic043

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 10

Constraints:

-10^9 < a, b < 10^9

arithmetic044

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 5490

Constraints:

-10^9 < a, b < 10^9

arithmetic045

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 2197

Constraints:

-10^9 < a, b < 10^9

arithmetic046

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 0.66

Constraints:

-10^9 < a, b < 10^9

arithmetic047

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 0

Constraints:

-10^9 < a, b < 10^9

arithmetic048

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (int).

Input Output
2 4 4

Constraints:

-10^9 < a, b < 10^9

arithmetic049

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 0

Constraints:

-10^9 < a, b < 10^9

arithmetic050

Given a and b integer numbers.
Calculate the following expression

Example :

Input: a,b (int).
Output: Return answer (double).

Input Output
2 4 1.375

Constraints:

-10^9 < a, b < 10^9

arithmetic_operators's People

Contributors

xmaxkambek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.